#75F02C
A medium, vivid green closely aligning with Lawngreen.
About #75F02C
At its core, #75F02C is a medium and vivid hue. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 240, and 44.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 51% cyan, 0% magenta, 82% yellow, and 6% black. The HSL representation is 97.7° hue, 86.7% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#75F02C
RGB117, 240, 44
HSL97.7°, 86.7%, 55.7%
CMYK51%, 0%, 82%, 6%
HSV97.7°, 81.7%, 94.1%
LAB85.1, -64.6, 75.6
XYZ39.0, 66.3, 13.1
Decimal7729196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.26:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F02C;
}
.text-color {
color: #75F02C;
}
.border-color {
border: 2px solid #75F02C;
}