#07F024
A medium, vivid green closely aligning with Lime.
About #07F024
The hex code #07F024 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 7 parts red, 240 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 0% magenta, 85% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F024
RGB7, 240, 36
HSL127.5°, 94.3%, 48.4%
CMYK97%, 0%, 85%, 6%
HSV127.5°, 97.1%, 94.1%
LAB83.2, -81.2, 74.9
XYZ31.6, 62.5, 12.1
Decimal520228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.50:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F024;
}
.text-color {
color: #07F024;
}
.border-color {
border: 2px solid #07F024;
}