Green
#00ff00 · one of 31,915 named colors
Green is a medium, vivid green with the hex code #00ff00. In RGB it is 0 red, 255 green and 0 blue, and black text is most readable on top of it.
Codes
HEX
#00ff00HEX8
#00ff00ffRGB
rgb(0, 255, 0)RGBA
rgba(0, 255, 0, 1)RGB %
rgb(0%, 100%, 0%)HSL
hsl(120, 100%, 50%)HSLA
hsla(120, 100%, 50%, 1)Variables
Sass
$green: #00ff00;Less
@green: #00ff00;CSS
--green: #00ff00;Similar colors