Shades of Free Speech Green #07EC29
Tints of Free Speech Green #07EC29
RGB
CMYK
RGB Variations
Color information
#07EC29 (or 0x07EC29) is known color: Free Speech Green. HEX triplet: 07, EC and 29. RGB value is (7,236,41). Sum of RGB (Red+Green+Blue) = 7+236+41=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #07EC29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07EC29 is #F813D6. Grayscale: #919191. Windows color (decimal): -16258007 or 2747399. OLE color: 2747399.
HSL color Cylindrical-coordinate representation of color #07EC29: hue angle of 128.91º 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 #07EC29 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 41 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.07 |
| HSL | 128.91º | 0.94% | 0.48% | - |
| HSV(B) | 128.91º | 0.97% | 0.93% | - |
| XYZ | 30.48 | 60.2 | 12.11 | - |
| YUV | 145.3 | 69.13 | 29.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 41 | 0.97 | 0 | 0.83 | 0.07 | 128.91 | 0.94 | 0.48 |
| Hex | 7 | EC | 29 | 61 | 0 | 53 | 7 | 81 | 5E | 30 |
| Octal | 7 | 354 | 51 | 141 | 0 | 123 | 7 | 201 | 136 | 60 |
| Binary | 111 | 11101100 | 101001 | 1100001 | 0 | 1010011 | 111 | 10000001 | 1011110 | 110000 |
Color Harmonies of #07EC29
Complementary color
Monochromatic Colors of #07EC29
Black with #07EC29
Text Example
Text Example
White with #07EC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EC29; }
p { color: rgb(7,236,41); }
H1.HeaderClassName
{
color: #07EC29;
}
.AnyTagClassName
{
color: #07EC29;
}
</style>
background-color css
<style>
a { background-color: #07EC29; }
a { background-color: rgb(7,236,41); }
div.DivClassName
{
background-color: #07EC29;
}
.BgClassName
{
background-color: #07EC29;
}
</style>
border-color css
<style>
span { border-color: #07EC29; }
span { border-color: rgb(7,236,41); }
td.TdClassName
{
border-color: #07EC29;
}
.TagClassName
{
border-color: #07EC29;
}
</style>