#75F824
A medium, vivid green closely aligning with Lawngreen.
About #75F824
Visually, #75F824 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lawngreen. Its digital footprint relies on 117 parts red, 248 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 53% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75F824
RGB117, 248, 36
HSL97.1°, 93.8%, 55.7%
CMYK53%, 0%, 85%, 3%
HSV97.1°, 85.5%, 97.3%
LAB87.5, -67.7, 79.5
XYZ41.2, 71.0, 13.2
Decimal7731236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.21:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F824;
}
.text-color {
color: #75F824;
}
.border-color {
border: 2px solid #75F824;
}