#7CFF7C
A light, vivid green closely aligning with Springgreen.
About #7CFF7C
Visually, #7CFF7C is defined as a vivid green. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 255, and 124.
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. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7CFF7C
RGB124, 255, 124
HSL120.0°, 100.0%, 74.3%
CMYK51%, 0%, 51%, 0%
HSV120.0°, 51.4%, 100.0%
LAB90.4, -61.4, 51.3
XYZ47.7, 77.3, 31.5
Decimal8191868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.45:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFF7C;
}
.text-color {
color: #7CFF7C;
}
.border-color {
border: 2px solid #7CFF7C;
}