#75E207
A medium, vivid green closely aligning with Lawngreen.
About #75E207
At its core, #75E207 is a medium and vivid hue. It is closely associated with the named CSS color Lawngreen. Its digital footprint relies on 117 parts red, 226 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 48% Cyan, 0% Magenta, 97% Yellow, and 11% Black. With a hue angle of 89.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75E207
RGB117, 226, 7
HSL89.9°, 94.0%, 45.7%
CMYK48%, 0%, 97%, 11%
HSV89.9°, 96.9%, 88.6%
LAB80.8, -60.5, 77.9
XYZ34.6, 58.2, 9.6
Decimal7725575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.64: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: #75E207;
}
.text-color {
color: #75E207;
}
.border-color {
border: 2px solid #75E207;
}