Shades of Free Speech Green #07E002
Tints of Free Speech Green #07E002
RGB
CMYK
RGB Variations
Color information
#07E002 (or 0x07E002) is known color: Free Speech Green. HEX triplet: 07, E0 and 02. RGB value is (7,224,2). Sum of RGB (Red+Green+Blue) = 7+224+2=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 224 (87.89% from 255 or 96.14% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 224 - color contains mainly: green. Hex color #07E002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E002 is #F81FFD. Grayscale: #868686. Windows color (decimal): -16261118 or 188423. OLE color: 188423.
HSL color Cylindrical-coordinate representation of color #07E002: hue angle of 118.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07E002 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.12 |
| HSL | 118.65º | 0.98% | 0.44% | - |
| HSV(B) | 118.65º | 0.99% | 0.88% | - |
| XYZ | 26.75 | 53.36 | 8.95 | - |
| YUV | 133.81 | 53.61 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 2 | 0.97 | 0 | 0.99 | 0.12 | 118.65 | 0.98 | 0.44 |
| Hex | 7 | E0 | 2 | 61 | 0 | 63 | C | 77 | 62 | 2C |
| Octal | 7 | 340 | 2 | 141 | 0 | 143 | 14 | 167 | 142 | 54 |
| Binary | 111 | 11100000 | 10 | 1100001 | 0 | 1100011 | 1100 | 1110111 | 1100010 | 101100 |
Color Harmonies of #07E002
Complementary color
Monochromatic Colors of #07E002
Black with #07E002
Text Example
Text Example
White with #07E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E002; }
p { color: rgb(7,224,2); }
H1.HeaderClassName
{
color: #07E002;
}
.AnyTagClassName
{
color: #07E002;
}
</style>
background-color css
<style>
a { background-color: #07E002; }
a { background-color: rgb(7,224,2); }
div.DivClassName
{
background-color: #07E002;
}
.BgClassName
{
background-color: #07E002;
}
</style>
border-color css
<style>
span { border-color: #07E002; }
span { border-color: rgb(7,224,2); }
td.TdClassName
{
border-color: #07E002;
}
.TagClassName
{
border-color: #07E002;
}
</style>