Shades of Free Speech Green #07E008
Tints of Free Speech Green #07E008
RGB
CMYK
RGB Variations
Color information
#07E008 (or 0x07E008) is known color: Free Speech Green. HEX triplet: 07, E0 and 08. RGB value is (7,224,8). Sum of RGB (Red+Green+Blue) = 7+224+8=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 224 (87.89% from 255 or 93.72% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 224 - color contains mainly: green. Hex color #07E008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E008 is #F81FF7. Grayscale: #878787. Windows color (decimal): -16261112 or 581639. OLE color: 581639.
HSL color Cylindrical-coordinate representation of color #07E008: hue angle of 120.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E008 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 8 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.12 |
| HSL | 120.28º | 0.94% | 0.45% | - |
| HSV(B) | 120.28º | 0.97% | 0.88% | - |
| XYZ | 26.79 | 53.37 | 9.12 | - |
| YUV | 134.49 | 56.61 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 8 | 0.97 | 0 | 0.96 | 0.12 | 120.28 | 0.94 | 0.45 |
| Hex | 7 | E0 | 8 | 61 | 0 | 60 | C | 78 | 5E | 2D |
| Octal | 7 | 340 | 10 | 141 | 0 | 140 | 14 | 170 | 136 | 55 |
| Binary | 111 | 11100000 | 1000 | 1100001 | 0 | 1100000 | 1100 | 1111000 | 1011110 | 101101 |
Color Harmonies of #07E008
Complementary color
Monochromatic Colors of #07E008
Black with #07E008
Text Example
Text Example
White with #07E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E008; }
p { color: rgb(7,224,8); }
H1.HeaderClassName
{
color: #07E008;
}
.AnyTagClassName
{
color: #07E008;
}
</style>
background-color css
<style>
a { background-color: #07E008; }
a { background-color: rgb(7,224,8); }
div.DivClassName
{
background-color: #07E008;
}
.BgClassName
{
background-color: #07E008;
}
</style>
border-color css
<style>
span { border-color: #07E008; }
span { border-color: rgb(7,224,8); }
td.TdClassName
{
border-color: #07E008;
}
.TagClassName
{
border-color: #07E008;
}
</style>