Shades of Free Speech Green #02EC20
Tints of Free Speech Green #02EC20
RGB
CMYK
RGB Variations
Color information
#02EC20 (or 0x02EC20) is known color: Free Speech Green. HEX triplet: 02, EC and 20. RGB value is (2,236,32). Sum of RGB (Red+Green+Blue) = 2+236+32=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 236 (92.58% from 255 or 87.41% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC20 is #FD13DF. Grayscale: #8F8F8F. Windows color (decimal): -16585696 or 2157570. OLE color: 2157570.
HSL color Cylindrical-coordinate representation of color #02EC20: hue angle of 127.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC20 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 32 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.07 |
| HSL | 127.69º | 0.98% | 0.47% | - |
| HSV(B) | 127.69º | 0.99% | 0.93% | - |
| XYZ | 30.28 | 60.11 | 11.37 | - |
| YUV | 142.78 | 65.48 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 32 | 0.99 | 0 | 0.86 | 0.07 | 127.69 | 0.98 | 0.47 |
| Hex | 2 | EC | 20 | 63 | 0 | 56 | 7 | 80 | 62 | 2F |
| Octal | 2 | 354 | 40 | 143 | 0 | 126 | 7 | 200 | 142 | 57 |
| Binary | 10 | 11101100 | 100000 | 1100011 | 0 | 1010110 | 111 | 10000000 | 1100010 | 101111 |
Color Harmonies of #02EC20
Complementary color
Monochromatic Colors of #02EC20
Black with #02EC20
Text Example
Text Example
White with #02EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC20; }
p { color: rgb(2,236,32); }
H1.HeaderClassName
{
color: #02EC20;
}
.AnyTagClassName
{
color: #02EC20;
}
</style>
background-color css
<style>
a { background-color: #02EC20; }
a { background-color: rgb(2,236,32); }
div.DivClassName
{
background-color: #02EC20;
}
.BgClassName
{
background-color: #02EC20;
}
</style>
border-color css
<style>
span { border-color: #02EC20; }
span { border-color: rgb(2,236,32); }
td.TdClassName
{
border-color: #02EC20;
}
.TagClassName
{
border-color: #02EC20;
}
</style>