#16F016
A medium, vivid green closely aligning with Lime.
About #16F016
Visually, #16F016 is defined as a vivid green. Its closest recognized web color is Lime. Its digital footprint relies on 22 parts red, 240 parts green, and 22 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 91% cyan, 0% magenta, 91% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F016
RGB22, 240, 22
HSL120.0°, 87.9%, 51.4%
CMYK91%, 0%, 91%, 6%
HSV120.0°, 90.8%, 94.1%
LAB83.2, -81.1, 77.4
XYZ31.6, 62.5, 11.2
Decimal1503254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F016;
}
.text-color {
color: #16F016;
}
.border-color {
border: 2px solid #16F016;
}