#00FF3A
A medium, vivid green closely aligning with Lime.
About #00FF3A
Visually, #00FF3A is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(0, 255, 58).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 77% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00FF3A
RGB0, 255, 58
HSL133.6°, 100.0%, 50.0%
CMYK100%, 0%, 77%, 0%
HSV133.6°, 100.0%, 100.0%
LAB87.9, -84.3, 73.7
XYZ36.5, 71.8, 15.9
Decimal65338
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.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF3A;
}
.text-color {
color: #00FF3A;
}
.border-color {
border: 2px solid #00FF3A;
}