#75F857
A light, vivid green closely aligning with Limegreen.
About #75F857
The hex code #75F857 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 117 red, 248 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 53% Cyan, 0% Magenta, 65% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#75F857
RGB117, 248, 87
HSL108.8°, 92.0%, 65.7%
CMYK53%, 0%, 65%, 3%
HSV108.8°, 64.9%, 97.3%
LAB87.8, -64.6, 64.1
XYZ42.6, 71.6, 20.6
Decimal7731287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F857;
}
.text-color {
color: #75F857;
}
.border-color {
border: 2px solid #75F857;
}