#07F81D
A medium, vivid green closely aligning with Lime.
About #07F81D
Visually, #07F81D is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(7, 248, 29).
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 0% Magenta, 88% Yellow, and 3% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07F81D
RGB7, 248, 29
HSL125.5°, 94.5%, 50.0%
CMYK97%, 0%, 88%, 3%
HSV125.5°, 97.2%, 97.3%
LAB85.6, -83.6, 78.4
XYZ33.9, 67.3, 12.4
Decimal522269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.45:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F81D;
}
.text-color {
color: #07F81D;
}
.border-color {
border: 2px solid #07F81D;
}