+ 1

[DUPLICATE] The color code of green is #00FF00 . But how ?

how will I remember these color codes?

30th Aug 2018, 1:58 AM
Golu Kumar
Golu Kumar - avatar
2 Answers
+ 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.
30th Aug 2018, 11:23 AM
hinanawi
hinanawi - avatar