#1DFF49
A medium, vivid green closely aligning with Lime.
About #1DFF49
Visually, #1DFF49 is defined as a vivid green. Its closest recognized web color is Lime. In the RGB color space, it consists of 29 red, 255 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 89% C, 0% M, 71% Y, and 0% K. With a hue angle of 131.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DFF49
RGB29, 255, 73
HSL131.7°, 100.0%, 55.7%
CMYK89%, 0%, 71%, 0%
HSV131.7°, 88.6%, 100.0%
LAB88.1, -82.1, 69.1
XYZ37.5, 72.3, 18.3
Decimal1965897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.45:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF49;
}
.text-color {
color: #1DFF49;
}
.border-color {
border: 2px solid #1DFF49;
}