#07E933
A medium, vivid green closely aligning with Limegreen.
About #07E933
At its core, #07E933 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 7 red, 233 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 78% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#07E933
RGB7, 233, 51
HSL131.7°, 94.2%, 47.1%
CMYK97%, 0%, 78%, 9%
HSV131.7°, 97.0%, 91.4%
LAB81.1, -78.6, 69.2
XYZ29.8, 58.6, 12.9
Decimal518451
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E933;
}
.text-color {
color: #07E933;
}
.border-color {
border: 2px solid #07E933;
}