#1DE992
A medium, vivid green closely aligning with Mediumspringgreen.
About #1DE992
The hex code #1DE992 represents a beautifully specific shade of green. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 29 red, 233 green, and 146 blue.
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 0% Magenta, 37% 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. 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#1DE992
RGB29, 233, 146
HSL154.4°, 82.3%, 51.4%
CMYK88%, 0%, 37%, 9%
HSV154.4°, 87.6%, 91.4%
LAB82.2, -65.3, 29.6
XYZ34.8, 60.6, 37.1
Decimal1960338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.12:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE992;
}
.text-color {
color: #1DE992;
}
.border-color {
border: 2px solid #1DE992;
}