#16E92C
A medium, vivid green closely aligning with Lime.
About #16E92C
Visually, #16E92C is defined as a vivid green. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 22 red, 233 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 91% C, 0% M, 81% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16E92C
RGB22, 233, 44
HSL126.3°, 82.7%, 50.0%
CMYK91%, 0%, 81%, 9%
HSV126.3°, 90.6%, 91.4%
LAB81.1, -78.3, 71.2
XYZ29.9, 58.6, 12.1
Decimal1501484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E92C;
}
.text-color {
color: #16E92C;
}
.border-color {
border: 2px solid #16E92C;
}