Shades of Spring Green #20EC74
Tints of Spring Green #20EC74
RGB
CMYK
RGB Variations
Color information
#20EC74 (or 0x20EC74) is known color: Spring Green. HEX triplet: 20, EC and 74. RGB value is (32,236,116). Sum of RGB (Red+Green+Blue) = 32+236+116=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EC74 is #DF138B. Grayscale: #A1A1A1. Windows color (decimal): -14619532 or 7662624. OLE color: 7662624.
HSL color Cylindrical-coordinate representation of color #20EC74: hue angle of 144.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC74 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 116 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.07 |
| HSL | 144.71º | 0.84% | 0.53% | - |
| HSV(B) | 144.71º | 0.86% | 0.93% | - |
| XYZ | 33.74 | 61.56 | 26.63 | - |
| YUV | 161.32 | 102.41 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 116 | 0.86 | 0 | 0.51 | 0.07 | 144.71 | 0.84 | 0.53 |
| Hex | 20 | EC | 74 | 56 | 0 | 33 | 7 | 91 | 54 | 35 |
| Octal | 40 | 354 | 164 | 126 | 0 | 63 | 7 | 221 | 124 | 65 |
| Binary | 100000 | 11101100 | 1110100 | 1010110 | 0 | 110011 | 111 | 10010001 | 1010100 | 110101 |
Color Harmonies of #20EC74
Complementary color
Monochromatic Colors of #20EC74
Black with #20EC74
Text Example
Text Example
White with #20EC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC74; }
p { color: rgb(32,236,116); }
H1.HeaderClassName
{
color: #20EC74;
}
.AnyTagClassName
{
color: #20EC74;
}
</style>
background-color css
<style>
a { background-color: #20EC74; }
a { background-color: rgb(32,236,116); }
div.DivClassName
{
background-color: #20EC74;
}
.BgClassName
{
background-color: #20EC74;
}
</style>
border-color css
<style>
span { border-color: #20EC74; }
span { border-color: rgb(32,236,116); }
td.TdClassName
{
border-color: #20EC74;
}
.TagClassName
{
border-color: #20EC74;
}
</style>