#07F80F
A medium, vivid green closely aligning with Lime.
About #07F80F
The hex code #07F80F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 7 red, 248 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07F80F
RGB7, 248, 15
HSL122.0°, 94.5%, 50.0%
CMYK97%, 0%, 94%, 3%
HSV122.0°, 97.2%, 97.3%
LAB85.6, -83.9, 80.3
XYZ33.7, 67.2, 11.6
Decimal522255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F80F;
}
.text-color {
color: #07F80F;
}
.border-color {
border: 2px solid #07F80F;
}