Shades of Free Speech Green #20EC11
Tints of Free Speech Green #20EC11
RGB
CMYK
RGB Variations
Color information
#20EC11 (or 0x20EC11) is known color: Free Speech Green. HEX triplet: 20, EC and 11. RGB value is (32,236,17). Sum of RGB (Red+Green+Blue) = 32+236+17=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 236 (92.58% from 255 or 82.81% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20EC11 is #DF13EE. Grayscale: #969696. Windows color (decimal): -14619631 or 1174560. OLE color: 1174560.
HSL color Cylindrical-coordinate representation of color #20EC11: hue angle of 115.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20EC11 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 17 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.07 |
| HSL | 115.89º | 0.87% | 0.5% | - |
| HSV(B) | 115.89º | 0.93% | 0.93% | - |
| XYZ | 30.69 | 60.34 | 10.56 | - |
| YUV | 150.04 | 52.91 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 17 | 0.86 | 0 | 0.93 | 0.07 | 115.89 | 0.87 | 0.5 |
| Hex | 20 | EC | 11 | 56 | 0 | 5D | 7 | 74 | 57 | 32 |
| Octal | 40 | 354 | 21 | 126 | 0 | 135 | 7 | 164 | 127 | 62 |
| Binary | 100000 | 11101100 | 10001 | 1010110 | 0 | 1011101 | 111 | 1110100 | 1010111 | 110010 |
Color Harmonies of #20EC11
Complementary color
Monochromatic Colors of #20EC11
Black with #20EC11
Text Example
Text Example
White with #20EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC11; }
p { color: rgb(32,236,17); }
H1.HeaderClassName
{
color: #20EC11;
}
.AnyTagClassName
{
color: #20EC11;
}
</style>
background-color css
<style>
a { background-color: #20EC11; }
a { background-color: rgb(32,236,17); }
div.DivClassName
{
background-color: #20EC11;
}
.BgClassName
{
background-color: #20EC11;
}
</style>
border-color css
<style>
span { border-color: #20EC11; }
span { border-color: rgb(32,236,17); }
td.TdClassName
{
border-color: #20EC11;
}
.TagClassName
{
border-color: #20EC11;
}
</style>