#33FF0F
A medium, vivid green closely aligning with Lime.
About #33FF0F
The hex code #33FF0F represents a beautifully specific shade of green. Its closest recognized web color is Lime. In the RGB color space, it consists of 51 red, 255 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 80% Cyan, 0% Magenta, 94% Yellow, and 0% Black. The HSL representation is 111.0° hue, 100.0% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33FF0F
RGB51, 255, 15
HSL111.0°, 100.0%, 52.9%
CMYK80%, 0%, 94%, 0%
HSV111.0°, 94.1%, 100.0%
LAB88.1, -82.9, 82.4
XYZ37.2, 72.3, 12.4
Decimal3407631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45: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: #33FF0F;
}
.text-color {
color: #33FF0F;
}
.border-color {
border: 2px solid #33FF0F;
}