#16F83A
A medium, vivid green closely aligning with Lime.
About #16F83A
The hex code #16F83A represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 22 red, 248 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 0% magenta, 77% yellow, and 3% black. With a hue angle of 129.6 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16F83A
RGB22, 248, 58
HSL129.6°, 94.2%, 52.9%
CMYK91%, 0%, 77%, 3%
HSV129.6°, 91.1%, 97.3%
LAB85.8, -81.6, 71.7
XYZ34.7, 67.6, 15.2
Decimal1505338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F83A;
}
.text-color {
color: #16F83A;
}
.border-color {
border: 2px solid #16F83A;
}