#1DF849
A medium, vivid green closely aligning with Lime.
About #1DF849
When working with digital screens, the color #1DF849 is rendered by mixing light. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(29, 248, 73).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 71% Yellow, and 3% Black. The HSL representation is 132.1° hue, 94.0% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF849
RGB29, 248, 73
HSL132.1°, 94.0%, 54.3%
CMYK88%, 0%, 71%, 3%
HSV132.1°, 88.3%, 97.3%
LAB85.9, -80.1, 66.9
XYZ35.3, 67.9, 17.5
Decimal1964105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF849;
}
.text-color {
color: #1DF849;
}
.border-color {
border: 2px solid #1DF849;
}