#75E250
A light, vivid green closely aligning with Limegreen.
About #75E250
Visually, #75E250 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 226, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 48% C, 0% M, 65% Y, and 11% K. With a hue angle of 104.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75E250
RGB117, 226, 80
HSL104.8°, 71.6%, 60.0%
CMYK48%, 0%, 65%, 11%
HSV104.8°, 64.6%, 88.6%
LAB81.2, -57.1, 59.7
XYZ36.0, 58.8, 17.0
Decimal7725648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E250;
}
.text-color {
color: #75E250;
}
.border-color {
border: 2px solid #75E250;
}