#33E916
A medium, vivid green closely aligning with Lime.
About #33E916
The hex code #33E916 represents a beautifully specific shade of green. Its closest recognized web color is Lime. In the RGB color space, it consists of 51 red, 233 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. The color uses 78% Cyan, 0% Magenta, 91% Yellow, and 9% Black. The HSL representation is 111.8° hue, 82.7% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33E916
RGB51, 233, 22
HSL111.8°, 82.7%, 50.0%
CMYK78%, 0%, 91%, 9%
HSV111.8°, 90.6%, 91.4%
LAB81.3, -76.6, 76.0
XYZ30.6, 59.0, 10.5
Decimal3402006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.81:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E916;
}
.text-color {
color: #33E916;
}
.border-color {
border: 2px solid #33E916;
}