#1DF86D
A medium, vivid green closely aligning with Springgreen.
About #1DF86D
Visually, #1DF86D is defined as a vivid green. Designers often compare it to the standard color Springgreen. In the RGB color space, it consists of 29 red, 248 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 0% Magenta, 56% Yellow, and 3% Black. With a hue angle of 141.9 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#1DF86D
RGB29, 248, 109
HSL141.9°, 94.0%, 54.3%
CMYK88%, 0%, 56%, 3%
HSV141.9°, 88.3%, 97.3%
LAB86.3, -76.2, 52.6
XYZ36.8, 68.5, 25.7
Decimal1964141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.70:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF86D;
}
.text-color {
color: #1DF86D;
}
.border-color {
border: 2px solid #1DF86D;
}