Shades of Free Speech Green #02EC07
Tints of Free Speech Green #02EC07
RGB
CMYK
RGB Variations
Color information
#02EC07 (or 0x02EC07) is known color: Free Speech Green. HEX triplet: 02, EC and 07. RGB value is (2,236,7). Sum of RGB (Red+Green+Blue) = 2+236+7=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 236 (92.58% from 255 or 96.33% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02EC07 is #FD13F8. Grayscale: #8C8C8C. Windows color (decimal): -16585721 or 519170. OLE color: 519170.
HSL color Cylindrical-coordinate representation of color #02EC07: hue angle of 121.28º 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 #02EC07 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 7 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.07 |
| HSL | 121.28º | 0.98% | 0.47% | - |
| HSV(B) | 121.28º | 0.99% | 0.93% | - |
| XYZ | 30.06 | 60.02 | 10.2 | - |
| YUV | 139.93 | 52.98 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 7 | 0.99 | 0 | 0.97 | 0.07 | 121.28 | 0.98 | 0.47 |
| Hex | 2 | EC | 7 | 63 | 0 | 61 | 7 | 79 | 62 | 2F |
| Octal | 2 | 354 | 7 | 143 | 0 | 141 | 7 | 171 | 142 | 57 |
| Binary | 10 | 11101100 | 111 | 1100011 | 0 | 1100001 | 111 | 1111001 | 1100010 | 101111 |
Color Harmonies of #02EC07
Complementary color
Monochromatic Colors of #02EC07
Black with #02EC07
Text Example
Text Example
White with #02EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC07; }
p { color: rgb(2,236,7); }
H1.HeaderClassName
{
color: #02EC07;
}
.AnyTagClassName
{
color: #02EC07;
}
</style>
background-color css
<style>
a { background-color: #02EC07; }
a { background-color: rgb(2,236,7); }
div.DivClassName
{
background-color: #02EC07;
}
.BgClassName
{
background-color: #02EC07;
}
</style>
border-color css
<style>
span { border-color: #02EC07; }
span { border-color: rgb(2,236,7); }
td.TdClassName
{
border-color: #02EC07;
}
.TagClassName
{
border-color: #02EC07;
}
</style>