+ 1
[DUPLICATE] The color code of green is #00FF00 . But how ?
how will I remember these color codes?
2 Answers
+ 4
+ 2
a color code is divided into 3 parts.
#00FF00
the first 2 digits are the amount of red, the second 2 the amount of green and the third the amount of blue.
if we translate from hexadecimal we get:
(0, 256, 0) so there is no red, maximum green and no blue, so you get green.