#33FF42
A light, vivid green closely aligning with Lime.
About #33FF42
At its core, #33FF42 is a light and vivid hue. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(51, 255, 66).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 80% C, 0% M, 74% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33FF42
RGB51, 255, 66
HSL124.4°, 100.0%, 60.0%
CMYK80%, 0%, 74%, 0%
HSV124.4°, 80.0%, 100.0%
LAB88.3, -80.7, 71.7
XYZ38.1, 72.6, 17.2
Decimal3407682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.52:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF42;
}
.text-color {
color: #33FF42;
}
.border-color {
border: 2px solid #33FF42;
}