#75F883
A light, vivid green closely aligning with Palegreen.
About #75F883
The hex code #75F883 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegreen. This translates to an RGB value of rgb(117, 248, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 53% cyan, 0% magenta, 47% yellow, and 3% black. The HSL representation is 126.4° hue, 90.3% saturation, and 71.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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F883
RGB117, 248, 131
HSL126.4°, 90.3%, 71.6%
CMYK53%, 0%, 47%, 3%
HSV126.4°, 52.8%, 97.3%
LAB88.2, -59.6, 45.2
XYZ45.0, 72.6, 33.1
Decimal7731331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F883;
}
.text-color {
color: #75F883;
}
.border-color {
border: 2px solid #75F883;
}