If you have a class named "highlight" and want to change the text color to green, which CSS property would you apply?
#highlight { color: green; }
.highlight { color: green; }
highlight { color: green; }
* { color: green; }