#33FF33
A light, vivid green closely aligning with Lime.
About #33FF33
At its core, #33FF33 is a light and vivid hue. It is closely associated with the named CSS color Lime. Its digital footprint relies on 51 parts red, 255 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 80% cyan, 0% magenta, 80% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#33FF33
RGB51, 255, 51
HSL120.0°, 100.0%, 60.0%
CMYK80%, 0%, 80%, 0%
HSV120.0°, 80.0%, 100.0%
LAB88.2, -81.7, 76.0
XYZ37.7, 72.5, 15.1
Decimal3407667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.49:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF33;
}
.text-color {
color: #33FF33;
}
.border-color {
border: 2px solid #33FF33;
}