#75CC7C
A light, moderate green closely aligning with Lightgreen.
About #75CC7C
At its core, #75CC7C is a light and moderate hue. It is closely associated with the named CSS color Lightgreen. This translates to an RGB value of rgb(117, 204, 124).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 43% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CC7C
RGB117, 204, 124
HSL124.8°, 46.0%, 62.9%
CMYK43%, 0%, 39%, 20%
HSV124.8°, 42.6%, 80.0%
LAB75.1, -42.8, 31.9
XYZ32.6, 48.4, 26.7
Decimal7720060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.68:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CC7C;
}
.text-color {
color: #75CC7C;
}
.border-color {
border: 2px solid #75CC7C;
}