#75E97C
A light, vivid green closely aligning with Palegreen.
About #75E97C
At its core, #75E97C is a light and vivid hue. It is closely associated with the named CSS color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 233, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. The HSL representation is 123.6° hue, 72.5% saturation, and 68.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75E97C
RGB117, 233, 124
HSL123.6°, 72.5%, 68.6%
CMYK50%, 0%, 47%, 9%
HSV123.6°, 49.8%, 91.4%
LAB83.7, -54.7, 42.9
XYZ40.1, 63.5, 29.2
Decimal7727484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E97C;
}
.text-color {
color: #75E97C;
}
.border-color {
border: 2px solid #75E97C;
}