#07F02C
A medium, vivid green closely aligning with Lime.
About #07F02C
The hex code #07F02C represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 7 red, 240 green, and 44 blue.
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, 82% Y, and 6% K. The HSL representation is 129.5° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#07F02C
RGB7, 240, 44
HSL129.5°, 94.3%, 48.4%
CMYK97%, 0%, 82%, 6%
HSV129.5°, 97.1%, 94.1%
LAB83.2, -80.8, 73.1
XYZ31.7, 62.5, 12.8
Decimal520236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F02C;
}
.text-color {
color: #07F02C;
}
.border-color {
border: 2px solid #07F02C;
}