#1DFF5F
A medium, vivid green closely aligning with Springgreen.
About #1DFF5F
Visually, #1DFF5F is defined as a vivid green. Its closest recognized web color is Springgreen. Its digital footprint relies on 29 parts red, 255 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. With a hue angle of 137.5 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#1DFF5F
RGB29, 255, 95
HSL137.5°, 100.0%, 55.7%
CMYK89%, 0%, 63%, 0%
HSV137.5°, 88.6%, 100.0%
LAB88.3, -80.0, 61.0
XYZ38.3, 72.6, 22.8
Decimal1965919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.52:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFF5F;
}
.text-color {
color: #1DFF5F;
}
.border-color {
border: 2px solid #1DFF5F;
}