Multiple choice Which of the following is a code for green color in HTML? #FF0000 #00FF00 #0000FF #000000 #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.