#7CFF57
A light, vivid green closely aligning with Limegreen.
About #7CFF57
At its core, #7CFF57 is a light and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 124 parts red, 255 parts green, and 87 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 51% Cyan, 0% Magenta, 66% Yellow, and 0% Black. With a hue angle of 106.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CFF57
RGB124, 255, 87
HSL106.8°, 100.0%, 67.1%
CMYK51%, 0%, 66%, 0%
HSV106.8°, 65.9%, 100.0%
LAB90.1, -65.3, 66.7
XYZ45.8, 76.5, 21.4
Decimal8191831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.30:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFF57;
}
.text-color {
color: #7CFF57;
}
.border-color {
border: 2px solid #7CFF57;
}