#75FF42
A light, vivid green closely aligning with Lawngreen.
About #75FF42
Visually, #75FF42 is defined as a vivid green. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(117, 255, 66).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 54% cyan, 0% magenta, 74% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75FF42
RGB117, 255, 66
HSL103.8°, 100.0%, 62.9%
CMYK54%, 0%, 74%, 0%
HSV103.8°, 74.1%, 100.0%
LAB89.7, -68.7, 73.7
XYZ44.1, 75.7, 17.4
Decimal7733058
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.14:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FF42;
}
.text-color {
color: #75FF42;
}
.border-color {
border: 2px solid #75FF42;
}