#7AE261
A light, moderate green closely aligning with Palegreen.
About #7AE261
At its core, #7AE261 is a light and moderate hue. Its closest recognized web color is Palegreen. Its digital footprint relies on 122 parts red, 226 parts green, and 97 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 46% Cyan, 0% Magenta, 57% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7AE261
RGB122, 226, 97
HSL108.4°, 69.0%, 63.3%
CMYK46%, 0%, 57%, 11%
HSV108.4°, 57.1%, 88.6%
LAB81.5, -54.0, 52.9
XYZ37.4, 59.4, 20.8
Decimal8053345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.88:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7AE261;
}
.text-color {
color: #7AE261;
}
.border-color {
border: 2px solid #7AE261;
}