#75DB33
A medium, moderate green closely aligning with Limegreen.
About #75DB33
At its core, #75DB33 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 117 red, 219 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. The color uses 47% Cyan, 0% Magenta, 77% Yellow, and 14% Black. The HSL representation is 96.4° hue, 70.0% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. 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#75DB33
RGB117, 219, 51
HSL96.4°, 70.0%, 52.9%
CMYK47%, 0%, 77%, 14%
HSV96.4°, 76.7%, 85.9%
LAB78.9, -56.5, 67.8
XYZ33.3, 54.7, 11.9
Decimal7723827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.94:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB33;
}
.text-color {
color: #75DB33;
}
.border-color {
border: 2px solid #75DB33;
}