#16E22C
A medium, vivid green closely aligning with Limegreen.
About #16E22C
The precise color #16E22C is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 22 red, 226 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 0% M, 81% Y, and 11% K. With a hue angle of 126.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16E22C
RGB22, 226, 44
HSL126.5°, 82.3%, 48.6%
CMYK90%, 0%, 81%, 11%
HSV126.5°, 90.3%, 88.6%
LAB78.9, -76.4, 69.1
XYZ28.0, 54.7, 11.5
Decimal1499692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E22C;
}
.text-color {
color: #16E22C;
}
.border-color {
border: 2px solid #16E22C;
}