#75E216
A medium, vivid green closely aligning with Lawngreen.
About #75E216
Visually, #75E216 is defined as a vivid green. It is closely associated with the named CSS color Lawngreen. This translates to an RGB value of rgb(117, 226, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 48% C, 0% M, 90% Y, and 11% K. The HSL representation is 92.1° hue, 82.3% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75E216
RGB117, 226, 22
HSL92.1°, 82.3%, 48.6%
CMYK48%, 0%, 90%, 11%
HSV92.1°, 90.3%, 88.6%
LAB80.9, -60.3, 76.3
XYZ34.7, 58.2, 10.2
Decimal7725590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.65:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E216;
}
.text-color {
color: #75E216;
}
.border-color {
border: 2px solid #75E216;
}