#16E924
A medium, vivid green closely aligning with Lime.
About #16E924
Visually, #16E924 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 22 parts red, 233 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 0% magenta, 85% yellow, and 9% black. The HSL representation is 124.0° hue, 82.7% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#16E924
RGB22, 233, 36
HSL124.0°, 82.7%, 50.0%
CMYK91%, 0%, 85%, 9%
HSV124.0°, 90.6%, 91.4%
LAB81.1, -78.7, 73.1
XYZ29.8, 58.6, 11.4
Decimal1501476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E924;
}
.text-color {
color: #16E924;
}
.border-color {
border: 2px solid #16E924;
}