#16C51D
A medium, vivid green closely aligning with Limegreen.
About #16C51D
Visually, #16C51D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 22 red, 197 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 89% C, 0% M, 85% Y, and 23% K. The HSL representation is 122.4° hue, 79.9% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16C51D
RGB22, 197, 29
HSL122.4°, 79.9%, 42.9%
CMYK89%, 0%, 85%, 23%
HSV122.4°, 88.8%, 77.3%
LAB69.6, -69.0, 64.4
XYZ20.5, 40.2, 7.8
Decimal1492253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.04:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16C51D;
}
.text-color {
color: #16C51D;
}
.border-color {
border: 2px solid #16C51D;
}