#1DF883
A medium, vivid green closely aligning with Springgreen.
About #1DF883
Visually, #1DF883 is defined as a vivid green. Designers often compare it to the standard color Springgreen. This translates to an RGB value of rgb(29, 248, 131).
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 0% Magenta, 47% Yellow, and 3% Black. With a hue angle of 147.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DF883
RGB29, 248, 131
HSL147.9°, 94.0%, 54.3%
CMYK88%, 0%, 47%, 3%
HSV147.9°, 88.3%, 97.3%
LAB86.5, -73.0, 42.7
XYZ38.2, 69.0, 32.8
Decimal1964163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.81:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF883;
}
.text-color {
color: #1DF883;
}
.border-color {
border: 2px solid #1DF883;
}