#33FF49
A light, vivid green closely aligning with Lime.
About #33FF49
The hex code #33FF49 represents a beautifully specific shade of green. Its closest recognized web color is Lime. Its digital footprint relies on 51 parts red, 255 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 0% Magenta, 71% Yellow, and 0% Black. With a hue angle of 126.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33FF49
RGB51, 255, 73
HSL126.5°, 100.0%, 60.0%
CMYK80%, 0%, 71%, 0%
HSV126.5°, 80.0%, 100.0%
LAB88.3, -80.2, 69.4
XYZ38.3, 72.7, 18.3
Decimal3407689
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.54:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF49;
}
.text-color {
color: #33FF49;
}
.border-color {
border: 2px solid #33FF49;
}