#07FF07
A medium, vivid green closely aligning with Lime.
About #07FF07
At its core, #07FF07 is a medium and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(7, 255, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 0% M, 97% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07FF07
RGB7, 255, 7
HSL120.0°, 100.0%, 51.4%
CMYK97%, 0%, 97%, 0%
HSV120.0°, 97.3%, 100.0%
LAB87.8, -85.9, 82.7
XYZ35.9, 71.6, 12.1
Decimal524039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF07;
}
.text-color {
color: #07FF07;
}
.border-color {
border: 2px solid #07FF07;
}