Shades of Free Speech Green #20EC28
Tints of Free Speech Green #20EC28
RGB
CMYK
RGB Variations
Color information
#20EC28 (or 0x20EC28) is known color: Free Speech Green. HEX triplet: 20, EC and 28. RGB value is (32,236,40). Sum of RGB (Red+Green+Blue) = 32+236+40=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC28 is #DF13D7. Grayscale: #999999. Windows color (decimal): -14619608 or 2681888. OLE color: 2681888.
HSL color Cylindrical-coordinate representation of color #20EC28: hue angle of 122.35º 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 #20EC28 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 40 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.07 |
| HSL | 122.35º | 0.84% | 0.53% | - |
| HSV(B) | 122.35º | 0.86% | 0.93% | - |
| XYZ | 30.97 | 60.45 | 12.04 | - |
| YUV | 152.66 | 64.41 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 40 | 0.86 | 0 | 0.83 | 0.07 | 122.35 | 0.84 | 0.53 |
| Hex | 20 | EC | 28 | 56 | 0 | 53 | 7 | 7A | 54 | 35 |
| Octal | 40 | 354 | 50 | 126 | 0 | 123 | 7 | 172 | 124 | 65 |
| Binary | 100000 | 11101100 | 101000 | 1010110 | 0 | 1010011 | 111 | 1111010 | 1010100 | 110101 |
Color Harmonies of #20EC28
Complementary color
Monochromatic Colors of #20EC28
Black with #20EC28
Text Example
Text Example
White with #20EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC28; }
p { color: rgb(32,236,40); }
H1.HeaderClassName
{
color: #20EC28;
}
.AnyTagClassName
{
color: #20EC28;
}
</style>
background-color css
<style>
a { background-color: #20EC28; }
a { background-color: rgb(32,236,40); }
div.DivClassName
{
background-color: #20EC28;
}
.BgClassName
{
background-color: #20EC28;
}
</style>
border-color css
<style>
span { border-color: #20EC28; }
span { border-color: rgb(32,236,40); }
td.TdClassName
{
border-color: #20EC28;
}
.TagClassName
{
border-color: #20EC28;
}
</style>