#33FF00
A medium, vivid green closely aligning with Lime.
About #33FF00
The hex code #33FF00 represents a beautifully specific shade of green. Its closest recognized web color is Lime. This translates to an RGB value of rgb(51, 255, 0).
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 0% Magenta, 100% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33FF00
RGB51, 255, 0
HSL108.0°, 100.0%, 50.0%
CMYK80%, 0%, 100%, 0%
HSV108.0°, 100.0%, 100.0%
LAB88.1, -83.1, 83.6
XYZ37.1, 72.2, 12.0
Decimal3407616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.44:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF00;
}
.text-color {
color: #33FF00;
}
.border-color {
border: 2px solid #33FF00;
}