#07F842
A medium, vivid green closely aligning with Lime.
About #07F842
The precise color #07F842 is an excellent choice for modern design projects. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 248, and 66.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 0% M, 73% Y, and 3% K. The HSL representation is 134.7° hue, 94.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#07F842
RGB7, 248, 66
HSL134.7°, 94.5%, 50.0%
CMYK97%, 0%, 73%, 3%
HSV134.7°, 97.2%, 97.3%
LAB85.8, -81.6, 69.2
XYZ34.6, 67.6, 16.4
Decimal522306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F842;
}
.text-color {
color: #07F842;
}
.border-color {
border: 2px solid #07F842;
}