#00FF50
A medium, vivid green closely aligning with Lime.
About #00FF50
The precise color #00FF50 is an excellent choice for modern design projects. Its closest recognized web color is Lime. Its digital footprint relies on 0 parts red, 255 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 69% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00FF50
RGB0, 255, 80
HSL138.8°, 100.0%, 50.0%
CMYK100%, 0%, 69%, 0%
HSV138.8°, 100.0%, 100.0%
LAB88.0, -82.6, 66.5
XYZ37.2, 72.1, 19.5
Decimal65360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.42:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00FF50;
}
.text-color {
color: #00FF50;
}
.border-color {
border: 2px solid #00FF50;
}