#16F02C
A medium, vivid green closely aligning with Lime.
About #16F02C
Visually, #16F02C is defined as a vivid green. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 240, and 44.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 82% Yellow, and 6% Black. The HSL representation is 126.1° hue, 87.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16F02C
RGB22, 240, 44
HSL126.1°, 87.9%, 51.4%
CMYK91%, 0%, 82%, 6%
HSV126.1°, 90.8%, 94.1%
LAB83.3, -80.2, 73.2
XYZ31.9, 62.7, 12.8
Decimal1503276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F02C;
}
.text-color {
color: #16F02C;
}
.border-color {
border: 2px solid #16F02C;
}