#16CC33
A medium, vivid green closely aligning with Limegreen.
About #16CC33
When working with digital screens, the color #16CC33 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(22, 204, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 89% C, 0% M, 75% Y, and 20% K. The HSL representation is 129.6° hue, 80.5% saturation, and 44.3% lightness.
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#16CC33
RGB22, 204, 51
HSL129.6°, 80.5%, 44.3%
CMYK89%, 0%, 75%, 20%
HSV129.6°, 89.2%, 80.0%
LAB72.0, -69.7, 60.3
XYZ22.5, 43.6, 10.4
Decimal1494067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.16:1
Text on #FFFFFF
FAIL
9.72:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CC33;
}
.text-color {
color: #16CC33;
}
.border-color {
border: 2px solid #16CC33;
}