#75E200
A medium, vivid green closely aligning with Lawngreen.
About #75E200
The hex code #75E200 represents a beautifully specific shade of green. Its closest recognized web color is Lawngreen. In the RGB color space, it consists of 117 red, 226 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 48% C, 0% M, 100% Y, and 11% K. With a hue angle of 88.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75E200
RGB117, 226, 0
HSL88.9°, 100.0%, 44.3%
CMYK48%, 0%, 100%, 11%
HSV88.9°, 100.0%, 88.6%
LAB80.8, -60.6, 78.5
XYZ34.5, 58.2, 9.4
Decimal7725568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.63:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E200;
}
.text-color {
color: #75E200;
}
.border-color {
border: 2px solid #75E200;
}