#75E2A0
A light, moderate green closely aligning with Lightgreen.
About #75E2A0
Visually, #75E2A0 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 226, and 160.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 0% Magenta, 29% Yellow, and 11% Black. With a hue angle of 143.7 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#75E2A0
RGB117, 226, 160
HSL143.7°, 65.3%, 67.3%
CMYK48%, 0%, 29%, 11%
HSV143.7°, 48.2%, 88.6%
LAB82.2, -46.0, 22.8
XYZ40.9, 60.7, 42.8
Decimal7725728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2A0;
}
.text-color {
color: #75E2A0;
}
.border-color {
border: 2px solid #75E2A0;
}