Shades of Free Speech Green #00E007
Tints of Free Speech Green #00E007
RGB
CMYK
RGB Variations
Color information
#00E007 (or 0x00E007) is known color: Free Speech Green. HEX triplet: 00, E0 and 07. RGB value is (0,224,7). Sum of RGB (Red+Green+Blue) = 0+224+7=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 224 (87.89% from 255 or 96.97% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 224 - color contains mainly: green. Hex color #00E007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E007 is #FF1FF8. Grayscale: #848484. Windows color (decimal): -16719865 or 516096. OLE color: 516096.
HSL color Cylindrical-coordinate representation of color #00E007: hue angle of 121.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E007 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 224 | 7 | - |
| CMYK | 1 | 0 | 0.97 | 0.12 |
| HSL | 121.88º | 1% | 0.44% | - |
| HSV(B) | 121.88º | 1% | 0.88% | - |
| XYZ | 26.69 | 53.33 | 9.09 | - |
| YUV | 132.29 | 57.29 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 7 | 1 | 0 | 0.97 | 0.12 | 121.88 | 1 | 0.44 |
| Hex | 0 | E0 | 7 | 64 | 0 | 61 | C | 7A | 64 | 2C |
| Octal | 0 | 340 | 7 | 144 | 0 | 141 | 14 | 172 | 144 | 54 |
| Binary | 0 | 11100000 | 111 | 1100100 | 0 | 1100001 | 1100 | 1111010 | 1100100 | 101100 |
Color Harmonies of #00E007
Complementary color
Monochromatic Colors of #00E007
Black with #00E007
Text Example
Text Example
White with #00E007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E007; }
p { color: rgb(0,224,7); }
H1.HeaderClassName
{
color: #00E007;
}
.AnyTagClassName
{
color: #00E007;
}
</style>
background-color css
<style>
a { background-color: #00E007; }
a { background-color: rgb(0,224,7); }
div.DivClassName
{
background-color: #00E007;
}
.BgClassName
{
background-color: #00E007;
}
</style>
border-color css
<style>
span { border-color: #00E007; }
span { border-color: rgb(0,224,7); }
td.TdClassName
{
border-color: #00E007;
}
.TagClassName
{
border-color: #00E007;
}
</style>