#75E949
A light, vivid green closely aligning with Limegreen.
About #75E949
Visually, #75E949 is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(117, 233, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 69% yellow, and 9% black. With a hue angle of 103.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E949
RGB117, 233, 73
HSL103.5°, 78.4%, 60.0%
CMYK50%, 0%, 69%, 9%
HSV103.5°, 68.7%, 91.4%
LAB83.2, -60.3, 64.6
XYZ37.7, 62.5, 16.4
Decimal7727433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E949;
}
.text-color {
color: #75E949;
}
.border-color {
border: 2px solid #75E949;
}