#75E92C
A medium, vivid green closely aligning with Lawngreen.
About #75E92C
Visually, #75E92C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 117 red, 233 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 81% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#75E92C
RGB117, 233, 44
HSL96.8°, 81.1%, 54.3%
CMYK50%, 0%, 81%, 9%
HSV96.8°, 81.1%, 91.4%
LAB83.0, -62.1, 73.7
XYZ36.9, 62.2, 12.5
Decimal7727404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.45:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E92C;
}
.text-color {
color: #75E92C;
}
.border-color {
border: 2px solid #75E92C;
}