Shades of Free Speech Green #07EC20
Tints of Free Speech Green #07EC20
RGB
CMYK
RGB Variations
Color information
#07EC20 (or 0x07EC20) is known color: Free Speech Green. HEX triplet: 07, EC and 20. RGB value is (7,236,32). Sum of RGB (Red+Green+Blue) = 7+236+32=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 236 (92.58% from 255 or 85.82% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 236 - color contains mainly: green. Hex color #07EC20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07EC20 is #F813DF. Grayscale: #909090. Windows color (decimal): -16258016 or 2157575. OLE color: 2157575.
HSL color Cylindrical-coordinate representation of color #07EC20: hue angle of 126.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EC20 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 32 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.07 |
| HSL | 126.55º | 0.94% | 0.48% | - |
| HSV(B) | 126.55º | 0.97% | 0.93% | - |
| XYZ | 30.34 | 60.14 | 11.38 | - |
| YUV | 144.27 | 64.63 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 32 | 0.97 | 0 | 0.86 | 0.07 | 126.55 | 0.94 | 0.48 |
| Hex | 7 | EC | 20 | 61 | 0 | 56 | 7 | 7F | 5E | 30 |
| Octal | 7 | 354 | 40 | 141 | 0 | 126 | 7 | 177 | 136 | 60 |
| Binary | 111 | 11101100 | 100000 | 1100001 | 0 | 1010110 | 111 | 1111111 | 1011110 | 110000 |
Color Harmonies of #07EC20
Complementary color
Monochromatic Colors of #07EC20
Black with #07EC20
Text Example
Text Example
White with #07EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EC20; }
p { color: rgb(7,236,32); }
H1.HeaderClassName
{
color: #07EC20;
}
.AnyTagClassName
{
color: #07EC20;
}
</style>
background-color css
<style>
a { background-color: #07EC20; }
a { background-color: rgb(7,236,32); }
div.DivClassName
{
background-color: #07EC20;
}
.BgClassName
{
background-color: #07EC20;
}
</style>
border-color css
<style>
span { border-color: #07EC20; }
span { border-color: rgb(7,236,32); }
td.TdClassName
{
border-color: #07EC20;
}
.TagClassName
{
border-color: #07EC20;
}
</style>