#16F82C
A medium, vivid green closely aligning with Lime.
About #16F82C
The precise color #16F82C is an excellent choice for modern design projects. Designers often compare it to the standard color Lime. Its digital footprint relies on 22 parts red, 248 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 0% Magenta, 82% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#16F82C
RGB22, 248, 44
HSL125.8°, 94.2%, 52.9%
CMYK91%, 0%, 82%, 3%
HSV125.8°, 91.1%, 97.3%
LAB85.7, -82.4, 75.5
XYZ34.4, 67.5, 13.6
Decimal1505324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.50:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F82C;
}
.text-color {
color: #16F82C;
}
.border-color {
border: 2px solid #16F82C;
}