#33DB49
A medium, moderate green closely aligning with Limegreen.
About #33DB49
Visually, #33DB49 is defined as a moderate green. Its closest recognized web color is Limegreen. Its digital footprint relies on 51 parts red, 219 parts green, and 73 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 67% yellow, and 14% black. With a hue angle of 127.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33DB49
RGB51, 219, 73
HSL127.9°, 70.0%, 52.9%
CMYK77%, 0%, 67%, 14%
HSV127.9°, 76.7%, 85.9%
LAB77.2, -69.4, 57.7
XYZ27.9, 51.8, 14.8
Decimal3398473
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DB49;
}
.text-color {
color: #33DB49;
}
.border-color {
border: 2px solid #33DB49;
}