#07F03A
A medium, vivid green closely aligning with Lime.
About #07F03A
When working with digital screens, the color #07F03A is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 240, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 76% Y, and 6% K. With a hue angle of 133.1 degrees, it sits comfortably in the green spectrum.
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#07F03A
RGB7, 240, 58
HSL133.1°, 94.3%, 48.4%
CMYK97%, 0%, 76%, 6%
HSV133.1°, 97.1%, 94.1%
LAB83.3, -80.0, 69.2
XYZ32.0, 62.7, 14.4
Decimal520250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.53:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F03A;
}
.text-color {
color: #07F03A;
}
.border-color {
border: 2px solid #07F03A;
}