#75E950
A light, vivid green closely aligning with Limegreen.
About #75E950
When working with digital screens, the color #75E950 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(117, 233, 80).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E950
RGB117, 233, 80
HSL105.5°, 77.7%, 61.4%
CMYK50%, 0%, 66%, 9%
HSV105.5°, 65.7%, 91.4%
LAB83.3, -59.7, 62.0
XYZ37.9, 62.6, 17.7
Decimal7727440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E950;
}
.text-color {
color: #75E950;
}
.border-color {
border: 2px solid #75E950;
}