#07FF33
A medium, vivid green closely aligning with Lime.
About #07FF33
The hex code #07FF33 represents a beautifully specific shade of green. Its closest recognized web color is Lime. This translates to an RGB value of rgb(7, 255, 51).
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, 80% Y, and 0% K. With a hue angle of 130.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07FF33
RGB7, 255, 51
HSL130.6°, 100.0%, 51.4%
CMYK97%, 0%, 80%, 0%
HSV130.6°, 97.3%, 100.0%
LAB87.9, -84.5, 75.6
XYZ36.4, 71.8, 15.1
Decimal524083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.36:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF33;
}
.text-color {
color: #07FF33;
}
.border-color {
border: 2px solid #07FF33;
}