#16E93A
A medium, vivid green closely aligning with Limegreen.
About #16E93A
Visually, #16E93A is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(22, 233, 58).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 0% M, 75% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16E93A
RGB22, 233, 58
HSL130.2°, 82.7%, 50.0%
CMYK91%, 0%, 75%, 9%
HSV130.2°, 90.6%, 91.4%
LAB81.2, -77.5, 67.2
XYZ30.2, 58.8, 13.8
Decimal1501498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E93A;
}
.text-color {
color: #16E93A;
}
.border-color {
border: 2px solid #16E93A;
}