#1DF87C
A medium, vivid green closely aligning with Springgreen.
About #1DF87C
The hex code #1DF87C represents a beautifully specific shade of green. Its closest recognized web color is Springgreen. Its digital footprint relies on 29 parts red, 248 parts green, and 124 parts blue light.
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, 50% Y, and 3% K. The HSL representation is 146.0° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#1DF87C
RGB29, 248, 124
HSL146.0°, 94.0%, 54.3%
CMYK88%, 0%, 50%, 3%
HSV146.0°, 88.3%, 97.3%
LAB86.4, -74.1, 45.9
XYZ37.7, 68.9, 30.4
Decimal1964156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF87C;
}
.text-color {
color: #1DF87C;
}
.border-color {
border: 2px solid #1DF87C;
}