#75F82C
A medium, vivid green closely aligning with Lawngreen.
About #75F82C
Visually, #75F82C is defined as a vivid green. Designers often compare it to the standard color Lawngreen. Its digital footprint relies on 117 parts red, 248 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 53% Cyan, 0% Magenta, 82% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#75F82C
RGB117, 248, 44
HSL98.5°, 93.6%, 57.3%
CMYK53%, 0%, 82%, 3%
HSV98.5°, 82.3%, 97.3%
LAB87.5, -67.4, 77.7
XYZ41.4, 71.1, 13.9
Decimal7731244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.22:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F82C;
}
.text-color {
color: #75F82C;
}
.border-color {
border: 2px solid #75F82C;
}