#07A824
A dark, vivid green closely aligning with Limegreen.
About #07A824
At its core, #07A824 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 7 parts red, 168 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 96% cyan, 0% magenta, 79% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark 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#07A824
RGB7, 168, 36
HSL130.8°, 92.0%, 34.3%
CMYK96%, 0%, 79%, 34%
HSV130.8°, 95.8%, 65.9%
LAB60.0, -61.2, 53.6
XYZ14.4, 28.2, 6.3
Decimal501796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A824;
}
.text-color {
color: #07A824;
}
.border-color {
border: 2px solid #07A824;
}