#16F000
A medium, vivid green closely aligning with Lime.
About #16F000
When working with digital screens, the color #16F000 is rendered by mixing light. Its closest recognized web color is Lime. This translates to an RGB value of rgb(22, 240, 0).
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, 100% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F000
RGB22, 240, 0
HSL114.5°, 100.0%, 47.1%
CMYK91%, 0%, 100%, 6%
HSV114.5°, 100.0%, 94.1%
LAB83.2, -81.5, 79.6
XYZ31.5, 62.5, 10.4
Decimal1503232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50: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: #16F000;
}
.text-color {
color: #16F000;
}
.border-color {
border: 2px solid #16F000;
}