#1DF85F
A medium, vivid green closely aligning with Springgreen.
About #1DF85F
At its core, #1DF85F is a medium and vivid hue. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 248, and 95.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 0% M, 62% Y, and 3% K. The HSL representation is 138.1° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#1DF85F
RGB29, 248, 95
HSL138.1°, 94.0%, 54.3%
CMYK88%, 0%, 62%, 3%
HSV138.1°, 88.3%, 97.3%
LAB86.1, -77.9, 58.5
XYZ36.1, 68.2, 22.1
Decimal1964127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.64:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF85F;
}
.text-color {
color: #1DF85F;
}
.border-color {
border: 2px solid #1DF85F;
}