#1DE95F
A medium, vivid green closely aligning with Springgreen.
About #1DE95F
Visually, #1DE95F is defined as a vivid green. Its closest recognized web color is Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 233, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 88% cyan, 0% magenta, 59% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DE95F
RGB29, 233, 95
HSL139.4°, 82.3%, 51.4%
CMYK88%, 0%, 59%, 9%
HSV139.4°, 87.6%, 91.4%
LAB81.5, -73.4, 53.2
XYZ31.7, 59.4, 20.6
Decimal1960287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.87:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE95F;
}
.text-color {
color: #1DE95F;
}
.border-color {
border: 2px solid #1DE95F;
}