#7CFF42
A light, vivid green closely aligning with Lawngreen.
About #7CFF42
At its core, #7CFF42 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 255, and 66.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 51% Cyan, 0% Magenta, 74% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CFF42
RGB124, 255, 66
HSL101.6°, 100.0%, 62.9%
CMYK51%, 0%, 74%, 0%
HSV101.6°, 74.1%, 100.0%
LAB90.0, -66.8, 74.0
XYZ45.1, 76.2, 17.5
Decimal8191810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.24:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFF42;
}
.text-color {
color: #7CFF42;
}
.border-color {
border: 2px solid #7CFF42;
}