#07F00F
A medium, vivid green closely aligning with Lime.
About #07F00F
At its core, #07F00F is a medium and vivid hue. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 7 red, 240 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 0% Magenta, 94% Yellow, and 6% Black. The HSL representation is 122.1° hue, 94.3% saturation, and 48.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F00F
RGB7, 240, 15
HSL122.1°, 94.3%, 48.4%
CMYK97%, 0%, 94%, 6%
HSV122.1°, 97.1%, 94.1%
LAB83.1, -81.9, 78.2
XYZ31.3, 62.4, 10.8
Decimal520207
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: #07F00F;
}
.text-color {
color: #07F00F;
}
.border-color {
border: 2px solid #07F00F;
}