#07E20F
A medium, vivid green closely aligning with Lime.
About #07E20F
At its core, #07E20F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(7, 226, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07E20F
RGB7, 226, 15
HSL122.2°, 94.0%, 45.7%
CMYK97%, 0%, 93%, 11%
HSV122.2°, 96.9%, 88.6%
LAB78.7, -78.2, 74.6
XYZ27.4, 54.5, 9.5
Decimal516623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.89:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E20F;
}
.text-color {
color: #07E20F;
}
.border-color {
border: 2px solid #07E20F;
}