#1DFF50
A medium, vivid green closely aligning with Lime.
About #1DFF50
Visually, #1DFF50 is defined as a vivid green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 29 red, 255 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 89% Cyan, 0% Magenta, 69% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DFF50
RGB29, 255, 80
HSL133.5°, 100.0%, 55.7%
CMYK89%, 0%, 69%, 0%
HSV133.5°, 88.6%, 100.0%
LAB88.1, -81.5, 66.7
XYZ37.7, 72.4, 19.6
Decimal1965904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.47:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF50;
}
.text-color {
color: #1DFF50;
}
.border-color {
border: 2px solid #1DFF50;
}