You are missing the commas:
tina,lu ALL = /bin/chmod, /bin/chown, /bin/chgrp
Without the commas you are giving the right to execute
/bin/chmod /bin/chown /bin/chgrp
which of course doesn't make sense, but is syntactically valid as far as visudo
knows.