#07E91D
A medium, vivid green closely aligning with Lime.
About #07E91D
When working with digital screens, the color #07E91D is rendered by mixing light. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 233, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 88% Yellow, and 9% Black. The HSL representation is 125.8° hue, 94.2% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#07E91D
RGB7, 233, 29
HSL125.8°, 94.2%, 47.1%
CMYK97%, 0%, 88%, 9%
HSV125.8°, 97.0%, 91.4%
LAB81.0, -79.6, 74.4
XYZ29.4, 58.4, 10.9
Decimal518429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E91D;
}
.text-color {
color: #07E91D;
}
.border-color {
border: 2px solid #07E91D;
}