#00F00F
A medium, vivid green closely aligning with Lime.
About #00F00F
The precise color #00F00F is an excellent choice for modern design projects. 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 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 94% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00F00F
RGB0, 240, 15
HSL123.8°, 100.0%, 47.1%
CMYK100%, 0%, 94%, 6%
HSV123.8°, 100.0%, 94.1%
LAB83.1, -82.1, 78.2
XYZ31.2, 62.4, 10.8
Decimal61455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.47:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F00F;
}
.text-color {
color: #00F00F;
}
.border-color {
border: 2px solid #00F00F;
}