#75E98A
A light, vivid green closely aligning with Lightgreen.
About #75E98A
The hex code #75E98A represents a beautifully specific shade of green. It is closely associated with the named CSS color Lightgreen. In the RGB color space, it consists of 117 red, 233 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 0% magenta, 41% yellow, and 9% black. With a hue angle of 130.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75E98A
RGB117, 233, 138
HSL130.9°, 72.5%, 68.6%
CMYK50%, 0%, 41%, 9%
HSV130.9°, 49.8%, 91.4%
LAB83.9, -52.7, 36.3
XYZ41.1, 63.9, 34.2
Decimal7727498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.78:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E98A;
}
.text-color {
color: #75E98A;
}
.border-color {
border: 2px solid #75E98A;
}