#16F800
A medium, vivid green closely aligning with Lime.
About #16F800
When working with digital screens, the color #16F800 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 22 red, 248 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 91% C, 0% M, 100% Y, and 3% K. The HSL representation is 114.7° hue, 100.0% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#16F800
RGB22, 248, 0
HSL114.7°, 100.0%, 48.6%
CMYK91%, 0%, 100%, 3%
HSV114.7°, 100.0%, 97.3%
LAB85.7, -83.6, 81.6
XYZ33.9, 67.3, 11.2
Decimal1505280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.46:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F800;
}
.text-color {
color: #16F800;
}
.border-color {
border: 2px solid #16F800;
}