#1DAF50
A medium, vivid green closely aligning with Forestgreen.
About #1DAF50
At its core, #1DAF50 is a medium and vivid hue. Its closest recognized web color is Forestgreen. This translates to an RGB value of rgb(29, 175, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAF50
RGB29, 175, 80
HSL141.0°, 71.6%, 40.0%
CMYK83%, 0%, 54%, 31%
HSV141.0°, 83.4%, 68.6%
LAB62.9, -56.9, 38.2
XYZ17.3, 31.5, 12.8
Decimal1945424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.88:1
Text on #FFFFFF
FAIL
7.30:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF50;
}
.text-color {
color: #1DAF50;
}
.border-color {
border: 2px solid #1DAF50;
}