0 / 60 seg.

What text color will paragraphs have in the following HTML and CSS code?

<p class="highlight">This is a highlighted paragraph</p>
.highlight {
    color: #00FF00;
}