#00F81D
A medium, vivid green closely aligning with Lime.
About #00F81D
At its core, #00F81D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 0 red, 248 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 88% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#00F81D
RGB0, 248, 29
HSL127.0°, 100.0%, 48.6%
CMYK100%, 0%, 88%, 3%
HSV127.0°, 100.0%, 97.3%
LAB85.6, -83.8, 78.4
XYZ33.8, 67.2, 12.4
Decimal63517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F81D;
}
.text-color {
color: #00F81D;
}
.border-color {
border: 2px solid #00F81D;
}