#75F850
A light, vivid green closely aligning with Limegreen.
About #75F850
When working with digital screens, the color #75F850 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(117, 248, 80).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 0% M, 68% Y, and 3% K. The HSL representation is 106.8° hue, 92.3% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75F850
RGB117, 248, 80
HSL106.8°, 92.3%, 64.3%
CMYK53%, 0%, 68%, 3%
HSV106.8°, 67.7%, 97.3%
LAB87.7, -65.2, 66.8
XYZ42.4, 71.5, 19.2
Decimal7731280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.30:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F850;
}
.text-color {
color: #75F850;
}
.border-color {
border: 2px solid #75F850;
}