#16BD24
A medium, vivid green closely aligning with Limegreen.
About #16BD24
Visually, #16BD24 is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 189, and 36.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 81% Y, and 26% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16BD24
RGB22, 189, 36
HSL125.0°, 79.1%, 41.4%
CMYK88%, 0%, 81%, 26%
HSV125.0°, 88.4%, 74.1%
LAB67.0, -66.4, 60.3
XYZ18.8, 36.7, 7.8
Decimal1490212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16BD24;
}
.text-color {
color: #16BD24;
}
.border-color {
border: 2px solid #16BD24;
}