#07FF3A
A medium, vivid green closely aligning with Lime.
About #07FF3A
When working with digital screens, the color #07FF3A is rendered by mixing light. Its closest recognized web color is Lime. In the RGB color space, it consists of 7 red, 255 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 0% M, 77% Y, and 0% K. With a hue angle of 132.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07FF3A
RGB7, 255, 58
HSL132.3°, 100.0%, 51.4%
CMYK97%, 0%, 77%, 0%
HSV132.3°, 97.3%, 100.0%
LAB87.9, -84.1, 73.7
XYZ36.6, 71.9, 15.9
Decimal524090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FF3A;
}
.text-color {
color: #07FF3A;
}
.border-color {
border: 2px solid #07FF3A;
}