#33FF16
A medium, vivid green closely aligning with Lime.
About #33FF16
The hex code #33FF16 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 51 red, 255 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 80% cyan and 0% magenta inks. The HSL representation is 112.5° hue, 100.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33FF16
RGB51, 255, 22
HSL112.5°, 100.0%, 54.3%
CMYK80%, 0%, 91%, 0%
HSV112.5°, 91.4%, 100.0%
LAB88.1, -82.8, 81.7
XYZ37.3, 72.3, 12.7
Decimal3407638
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.46:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF16;
}
.text-color {
color: #33FF16;
}
.border-color {
border: 2px solid #33FF16;
}