#1DF07C
A medium, vivid green closely aligning with Springgreen.
About #1DF07C
The precise color #1DF07C is an excellent choice for modern design projects. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(29, 240, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. With a hue angle of 147.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#1DF07C
RGB29, 240, 124
HSL147.0°, 87.6%, 52.7%
CMYK88%, 0%, 48%, 6%
HSV147.0°, 87.9%, 94.1%
LAB84.0, -71.5, 42.9
XYZ35.3, 64.0, 29.6
Decimal1962108
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.81:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF07C;
}
.text-color {
color: #1DF07C;
}
.border-color {
border: 2px solid #1DF07C;
}