#7CFEA1
A light, vivid green closely aligning with Palegreen.
About #7CFEA1
At its core, #7CFEA1 is a light and vivid hue. It is closely associated with the named CSS color Palegreen. In the RGB color space, it consists of 124 red, 254 green, and 161 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 51% Cyan, 0% Magenta, 37% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#7CFEA1
RGB124, 254, 161
HSL137.1°, 98.5%, 74.1%
CMYK51%, 0%, 37%, 0%
HSV137.1°, 51.2%, 99.6%
LAB90.7, -55.6, 33.7
XYZ50.2, 77.7, 46.1
Decimal8191649
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.55:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CFEA1;
}
.text-color {
color: #7CFEA1;
}
.border-color {
border: 2px solid #7CFEA1;
}