#16E949
A medium, vivid green closely aligning with Limegreen.
About #16E949
Visually, #16E949 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, 233 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 91% Cyan, 0% Magenta, 69% Yellow, and 9% Black. With a hue angle of 134.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#16E949
RGB22, 233, 73
HSL134.5°, 82.7%, 50.0%
CMYK91%, 0%, 69%, 9%
HSV134.5°, 90.6%, 91.4%
LAB81.3, -76.2, 62.0
XYZ30.7, 58.9, 16.1
Decimal1501513
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E949;
}
.text-color {
color: #16E949;
}
.border-color {
border: 2px solid #16E949;
}