#13EF6A
A medium, vivid green closely aligning with Springgreen.
About #13EF6A
The hex code #13EF6A represents a beautifully specific shade of green. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(19, 239, 106).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 92% cyan, 0% magenta, 56% yellow, and 6% black. The HSL representation is 143.7° hue, 87.3% saturation, and 50.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#13EF6A
RGB19, 239, 106
HSL143.7°, 87.3%, 50.6%
CMYK92%, 0%, 56%, 6%
HSV143.7°, 92.1%, 93.7%
LAB83.4, -74.4, 50.6
XYZ33.7, 62.9, 24.0
Decimal1306474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #13EF6A;
}
.text-color {
color: #13EF6A;
}
.border-color {
border: 2px solid #13EF6A;
}