#75DB66
A light, moderate green closely aligning with Lightgreen.
About #75DB66
The hex code #75DB66 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 219, and 102.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 47% Cyan, 0% Magenta, 53% Yellow, and 14% Black. With a hue angle of 112.3 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#75DB66
RGB117, 219, 102
HSL112.3°, 61.9%, 62.9%
CMYK47%, 0%, 53%, 14%
HSV112.3°, 53.4%, 85.9%
LAB79.3, -52.1, 48.0
XYZ35.1, 55.4, 21.4
Decimal7723878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DB66;
}
.text-color {
color: #75DB66;
}
.border-color {
border: 2px solid #75DB66;
}