#1DF857
A medium, vivid green closely aligning with Springgreen.
About #1DF857
At its core, #1DF857 is a medium and vivid hue. Its closest recognized web color is Springgreen. In the RGB color space, it consists of 29 red, 248 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 88% C, 0% M, 65% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF857
RGB29, 248, 87
HSL135.9°, 94.0%, 54.3%
CMYK88%, 0%, 65%, 3%
HSV135.9°, 88.3%, 97.3%
LAB86.0, -78.8, 61.7
XYZ35.8, 68.1, 20.3
Decimal1964119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.62:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF857;
}
.text-color {
color: #1DF857;
}
.border-color {
border: 2px solid #1DF857;
}