#07E90F
A medium, vivid green closely aligning with Lime.
About #07E90F
The precise color #07E90F is an excellent choice for modern design projects. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 233, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 97% C, 0% M, 94% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07E90F
RGB7, 233, 15
HSL122.1°, 94.2%, 47.1%
CMYK97%, 0%, 94%, 9%
HSV122.1°, 97.0%, 91.4%
LAB80.9, -80.0, 76.4
XYZ29.3, 58.4, 10.2
Decimal518415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.67:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E90F;
}
.text-color {
color: #07E90F;
}
.border-color {
border: 2px solid #07E90F;
}