#16F816
A medium, vivid green closely aligning with Lime.
About #16F816
At its core, #16F816 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(22, 248, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 91% cyan, 0% magenta, 91% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F816
RGB22, 248, 22
HSL120.0°, 94.2%, 52.9%
CMYK91%, 0%, 91%, 3%
HSV120.0°, 91.1%, 97.3%
LAB85.7, -83.2, 79.5
XYZ34.0, 67.4, 12.0
Decimal1505302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.47:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F816;
}
.text-color {
color: #16F816;
}
.border-color {
border: 2px solid #16F816;
}