#16D333
A medium, vivid green closely aligning with Limegreen.
About #16D333
Visually, #16D333 is defined as a vivid green. 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, 211, and 51.
Translating this color to physical media requires the CMYK color model. The color uses 90% Cyan, 0% Magenta, 76% Yellow, and 17% Black. The HSL representation is 129.2° hue, 81.1% saturation, and 45.7% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16D333
RGB22, 211, 51
HSL129.2°, 81.1%, 45.7%
CMYK90%, 0%, 76%, 17%
HSV129.2°, 89.6%, 82.7%
LAB74.2, -71.7, 62.6
XYZ24.2, 47.0, 10.9
Decimal1495859
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D333;
}
.text-color {
color: #16D333;
}
.border-color {
border: 2px solid #16D333;
}