#75DB8A
A light, moderate green closely aligning with Lightgreen.
About #75DB8A
Visually, #75DB8A is defined as a moderate green. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(117, 219, 138).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 47% cyan and 0% magenta inks. With a hue angle of 132.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#75DB8A
RGB117, 219, 138
HSL132.4°, 58.6%, 65.9%
CMYK47%, 0%, 37%, 14%
HSV132.4°, 46.6%, 85.9%
LAB79.8, -46.9, 30.9
XYZ37.3, 56.3, 32.9
Decimal7723914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.26:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB8A;
}
.text-color {
color: #75DB8A;
}
.border-color {
border: 2px solid #75DB8A;
}