#16FF16
A medium, vivid green closely aligning with Lime.
About #16FF16
When working with digital screens, the color #16FF16 is rendered by mixing light. Its closest recognized web color is Lime. This translates to an RGB value of rgb(22, 255, 22).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 91% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#16FF16
RGB22, 255, 22
HSL120.0°, 100.0%, 54.3%
CMYK91%, 0%, 91%, 0%
HSV120.0°, 91.4%, 100.0%
LAB87.8, -85.1, 81.3
XYZ36.2, 71.7, 12.7
Decimal1507094
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FF16;
}
.text-color {
color: #16FF16;
}
.border-color {
border: 2px solid #16FF16;
}