#00FF07
A medium, vivid green closely aligning with Lime.
About #00FF07
Visually, #00FF07 is defined as a vivid green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 0 red, 255 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. 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. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00FF07
RGB0, 255, 7
HSL121.6°, 100.0%, 50.0%
CMYK100%, 0%, 97%, 0%
HSV121.6°, 100.0%, 100.0%
LAB87.7, -86.1, 82.7
XYZ35.8, 71.5, 12.1
Decimal65287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.31:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF07;
}
.text-color {
color: #00FF07;
}
.border-color {
border: 2px solid #00FF07;
}