#00FF16
A medium, vivid green closely aligning with Lime.
About #00FF16
At its core, #00FF16 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 0 parts red, 255 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 91% Yellow, and 0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00FF16
RGB0, 255, 22
HSL125.2°, 100.0%, 50.0%
CMYK100%, 0%, 91%, 0%
HSV125.2°, 100.0%, 100.0%
LAB87.8, -85.8, 81.2
XYZ35.9, 71.6, 12.7
Decimal65302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF16;
}
.text-color {
color: #00FF16;
}
.border-color {
border: 2px solid #00FF16;
}