#07FF00
A medium, vivid green closely aligning with Lime.
About #07FF00
When working with digital screens, the color #07FF00 is rendered by mixing light. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 255, and 0.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. With a hue angle of 118.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07FF00
RGB7, 255, 0
HSL118.4°, 100.0%, 50.0%
CMYK97%, 0%, 100%, 0%
HSV118.4°, 100.0%, 100.0%
LAB87.8, -86.0, 83.2
XYZ35.8, 71.6, 11.9
Decimal524032
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.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF00;
}
.text-color {
color: #07FF00;
}
.border-color {
border: 2px solid #07FF00;
}