Multiple choice

Which of the following is a code for green color in HTML?

  1. #FF0000

  2. #00FF00

  3. #0000FF

  4. #000000

  5. #FFFFFF

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

#00FF00 is the code for green color.HTML color codes are hexadecimal triplets representing the colors red, green, and blue (#RRGGBB). In the color green, the color code is #00FF00, which is '0' red, '255' green, and '0' blue.