#16CC49
A medium, vivid green closely aligning with Limegreen.
About #16CC49
At its core, #16CC49 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 204, and 73.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 0% Magenta, 64% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16CC49
RGB22, 204, 73
HSL136.8°, 80.5%, 44.3%
CMYK89%, 0%, 64%, 20%
HSV136.8°, 89.2%, 80.0%
LAB72.1, -67.7, 52.1
XYZ23.1, 43.8, 13.5
Decimal1494089
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CC49;
}
.text-color {
color: #16CC49;
}
.border-color {
border: 2px solid #16CC49;
}