If you want all <p> paragraphs to have green text using a hexadecimal value, what CSS property would you apply?
<p>
p { font-color: #00FF00; }
p { paragraph-color: #00FF00; }
p { text-color: #00FF00; }
p { color: #00FF00; }