#33E900
A medium, vivid green closely aligning with Lime.
About #33E900
Visually, #33E900 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 51 parts red, 233 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 78% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33E900
RGB51, 233, 0
HSL106.9°, 100.0%, 45.7%
CMYK78%, 0%, 100%, 9%
HSV106.9°, 100.0%, 91.4%
LAB81.3, -77.0, 78.2
XYZ30.5, 59.0, 9.8
Decimal3401984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.80:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E900;
}
.text-color {
color: #33E900;
}
.border-color {
border: 2px solid #33E900;
}