#07E93A
A medium, vivid green closely aligning with Limegreen.
About #07E93A
When working with digital screens, the color #07E93A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 233, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 0% Magenta, 75% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E93A
RGB7, 233, 58
HSL133.5°, 94.2%, 47.1%
CMYK97%, 0%, 75%, 9%
HSV133.5°, 97.0%, 91.4%
LAB81.1, -78.1, 67.1
XYZ30.0, 58.6, 13.7
Decimal518458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E93A;
}
.text-color {
color: #07E93A;
}
.border-color {
border: 2px solid #07E93A;
}