#75DB57
A light, moderate green closely aligning with Limegreen.
About #75DB57
Visually, #75DB57 is defined as a moderate green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 117 red, 219 green, and 87 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 0% M, 60% Y, and 14% K. With a hue angle of 106.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DB57
RGB117, 219, 87
HSL106.4°, 64.7%, 60.0%
CMYK47%, 0%, 60%, 14%
HSV106.4°, 60.3%, 85.9%
LAB79.1, -53.7, 54.5
XYZ34.4, 55.1, 17.8
Decimal7723863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB57;
}
.text-color {
color: #75DB57;
}
.border-color {
border: 2px solid #75DB57;
}