#16C524
A medium, vivid green closely aligning with Limegreen.
About #16C524
The hex code #16C524 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 22 parts red, 197 parts green, and 36 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16C524
RGB22, 197, 36
HSL124.8°, 79.9%, 42.9%
CMYK89%, 0%, 82%, 23%
HSV124.8°, 88.8%, 77.3%
LAB69.6, -68.7, 62.7
XYZ20.6, 40.2, 8.3
Decimal1492260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16C524;
}
.text-color {
color: #16C524;
}
.border-color {
border: 2px solid #16C524;
}