#00F016
A medium, vivid green closely aligning with Lime.
About #00F016
At its core, #00F016 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, 240 parts green, and 22 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 91% Yellow, and 6% Black. The HSL representation is 125.5° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F016
RGB0, 240, 22
HSL125.5°, 100.0%, 47.1%
CMYK100%, 0%, 91%, 6%
HSV125.5°, 100.0%, 94.1%
LAB83.1, -81.9, 77.3
XYZ31.3, 62.4, 11.1
Decimal61462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.48:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F016;
}
.text-color {
color: #00F016;
}
.border-color {
border: 2px solid #00F016;
}