#7CF8A0
A light, vivid green closely aligning with Palegreen.
About #7CF8A0
Visually, #7CF8A0 is defined as a vivid green. Its closest recognized web color is Palegreen. This translates to an RGB value of rgb(124, 248, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 50% cyan and 0% magenta inks. With a hue angle of 137.4 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CF8A0
RGB124, 248, 160
HSL137.4°, 89.9%, 72.9%
CMYK50%, 0%, 35%, 3%
HSV137.4°, 50.0%, 97.3%
LAB88.9, -53.4, 31.9
XYZ48.2, 74.0, 45.0
Decimal8190112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.79:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8A0;
}
.text-color {
color: #7CF8A0;
}
.border-color {
border: 2px solid #7CF8A0;
}