#75BD5F
A medium, moderate green closely aligning with Lightgreen.
About #75BD5F
When working with digital screens, the color #75BD5F is rendered by mixing light. Designers often compare it to the standard color Lightgreen. In the RGB color space, it consists of 117 red, 189 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 0% Magenta, 50% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75BD5F
RGB117, 189, 95
HSL106.0°, 41.6%, 55.7%
CMYK38%, 0%, 50%, 26%
HSV106.0°, 49.7%, 74.1%
LAB70.2, -40.4, 40.3
XYZ27.6, 41.0, 17.3
Decimal7716191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.20:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BD5F;
}
.text-color {
color: #75BD5F;
}
.border-color {
border: 2px solid #75BD5F;
}