#7CFF3A
A light, vivid green closely aligning with Lawngreen.
About #7CFF3A
At its core, #7CFF3A is a light and vivid hue. Designers often compare it to the standard color Lawngreen. In the RGB color space, it consists of 124 red, 255 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 51% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#7CFF3A
RGB124, 255, 58
HSL99.9°, 100.0%, 61.4%
CMYK51%, 0%, 77%, 0%
HSV99.9°, 77.3%, 100.0%
LAB89.9, -67.3, 76.3
XYZ44.8, 76.1, 16.3
Decimal8191802
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.22:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFF3A;
}
.text-color {
color: #7CFF3A;
}
.border-color {
border: 2px solid #7CFF3A;
}