#16A824
A dark, vivid green closely aligning with Limegreen.
About #16A824
The precise color #16A824 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 22 red, 168 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 0% M, 79% Y, and 34% K. 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 dark 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#16A824
RGB22, 168, 36
HSL125.8°, 76.8%, 37.3%
CMYK87%, 0%, 79%, 34%
HSV125.8°, 86.9%, 65.9%
LAB60.2, -60.2, 53.7
XYZ14.7, 28.3, 6.4
Decimal1484836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #16A824;
}
.text-color {
color: #16A824;
}
.border-color {
border: 2px solid #16A824;
}