#16CC50
A medium, vivid green closely aligning with Limegreen.
About #16CC50
Visually, #16CC50 is defined as a vivid green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 204, and 80.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 89% cyan, 0% magenta, 61% yellow, and 20% black. With a hue angle of 139.1 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16CC50
RGB22, 204, 80
HSL139.1°, 80.5%, 44.3%
CMYK89%, 0%, 61%, 20%
HSV139.1°, 89.2%, 80.0%
LAB72.2, -66.9, 49.1
XYZ23.4, 43.9, 14.8
Decimal1494096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.79:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CC50;
}
.text-color {
color: #16CC50;
}
.border-color {
border: 2px solid #16CC50;
}