#07FF24
A medium, vivid green closely aligning with Lime.
About #07FF24
The hex code #07FF24 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, 255 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 0% magenta, 86% yellow, and 0% black. The HSL representation is 127.0° hue, 100.0% saturation, and 51.4% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07FF24
RGB7, 255, 36
HSL127.0°, 100.0%, 51.4%
CMYK97%, 0%, 86%, 0%
HSV127.0°, 97.3%, 100.0%
LAB87.8, -85.2, 79.0
XYZ36.2, 71.7, 13.6
Decimal524068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.34:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF24;
}
.text-color {
color: #07FF24;
}
.border-color {
border: 2px solid #07FF24;
}