#00F01D
A medium, vivid green closely aligning with Lime.
About #00F01D
The precise color #00F01D is an excellent choice for modern design projects. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 240, and 29.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 88% yellow, and 6% black. With a hue angle of 127.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00F01D
RGB0, 240, 29
HSL127.2°, 100.0%, 47.1%
CMYK100%, 0%, 88%, 6%
HSV127.2°, 100.0%, 94.1%
LAB83.1, -81.7, 76.2
XYZ31.4, 62.4, 11.6
Decimal61469
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: #00F01D;
}
.text-color {
color: #00F01D;
}
.border-color {
border: 2px solid #00F01D;
}