#33DB42
A medium, moderate green closely aligning with Limegreen.
About #33DB42
At its core, #33DB42 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(51, 219, 66).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 77% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33DB42
RGB51, 219, 66
HSL125.4°, 70.0%, 52.9%
CMYK77%, 0%, 70%, 14%
HSV125.4°, 76.7%, 85.9%
LAB77.1, -70.0, 60.4
XYZ27.7, 51.8, 13.7
Decimal3398466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.35:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DB42;
}
.text-color {
color: #33DB42;
}
.border-color {
border: 2px solid #33DB42;
}