#16D350
A medium, vivid green closely aligning with Limegreen.
About #16D350
When working with digital screens, the color #16D350 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(22, 211, 80).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 90% C, 0% M, 62% Y, and 17% K. With a hue angle of 138.4 degrees, it sits comfortably in the green spectrum.
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#16D350
RGB22, 211, 80
HSL138.4°, 81.1%, 45.7%
CMYK90%, 0%, 62%, 17%
HSV138.4°, 89.6%, 82.7%
LAB74.4, -69.0, 51.7
XYZ25.1, 47.3, 15.4
Decimal1495888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D350;
}
.text-color {
color: #16D350;
}
.border-color {
border: 2px solid #16D350;
}