#07F033
A medium, vivid green closely aligning with Lime.
About #07F033
The precise color #07F033 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 7 red, 240 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 97% Cyan, 0% Magenta, 79% Yellow, and 6% Black. With a hue angle of 131.3 degrees, it sits comfortably in the green spectrum.
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#07F033
RGB7, 240, 51
HSL131.3°, 94.3%, 48.4%
CMYK97%, 0%, 79%, 6%
HSV131.3°, 97.1%, 94.1%
LAB83.2, -80.5, 71.3
XYZ31.8, 62.6, 13.5
Decimal520243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F033;
}
.text-color {
color: #07F033;
}
.border-color {
border: 2px solid #07F033;
}