#07F007
A medium, vivid green closely aligning with Lime.
About #07F007
At its core, #07F007 is a medium and vivid hue. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(7, 240, 7).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 97% C, 0% M, 97% Y, and 6% K. With a hue angle of 120.0 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F007
RGB7, 240, 7
HSL120.0°, 94.3%, 48.4%
CMYK97%, 0%, 97%, 6%
HSV120.0°, 97.1%, 94.1%
LAB83.1, -82.0, 78.9
XYZ31.3, 62.4, 10.6
Decimal520199
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: #07F007;
}
.text-color {
color: #07F007;
}
.border-color {
border: 2px solid #07F007;
}