Shades of Free Speech Green #07E30A
Tints of Free Speech Green #07E30A
RGB
CMYK
RGB Variations
Color information
#07E30A (or 0x07E30A) is known color: Free Speech Green. HEX triplet: 07, E3 and 0A. RGB value is (7,227,10). Sum of RGB (Red+Green+Blue) = 7+227+10=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 227 (89.06% from 255 or 93.03% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 227 - color contains mainly: green. Hex color #07E30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E30A is #F81CF5. Grayscale: #898989. Windows color (decimal): -16260342 or 713479. OLE color: 713479.
HSL color Cylindrical-coordinate representation of color #07E30A: hue angle of 120.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E30A is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 10 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.11 |
| HSL | 120.82º | 0.94% | 0.46% | - |
| HSV(B) | 120.82º | 0.97% | 0.89% | - |
| XYZ | 27.61 | 55.01 | 9.45 | - |
| YUV | 136.48 | 56.61 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 10 | 0.97 | 0 | 0.96 | 0.11 | 120.82 | 0.94 | 0.46 |
| Hex | 7 | E3 | A | 61 | 0 | 60 | B | 79 | 5E | 2E |
| Octal | 7 | 343 | 12 | 141 | 0 | 140 | 13 | 171 | 136 | 56 |
| Binary | 111 | 11100011 | 1010 | 1100001 | 0 | 1100000 | 1011 | 1111001 | 1011110 | 101110 |
Color Harmonies of #07E30A
Complementary color
Monochromatic Colors of #07E30A
Black with #07E30A
Text Example
Text Example
White with #07E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E30A; }
p { color: rgb(7,227,10); }
H1.HeaderClassName
{
color: #07E30A;
}
.AnyTagClassName
{
color: #07E30A;
}
</style>
background-color css
<style>
a { background-color: #07E30A; }
a { background-color: rgb(7,227,10); }
div.DivClassName
{
background-color: #07E30A;
}
.BgClassName
{
background-color: #07E30A;
}
</style>
border-color css
<style>
span { border-color: #07E30A; }
span { border-color: rgb(7,227,10); }
td.TdClassName
{
border-color: #07E30A;
}
.TagClassName
{
border-color: #07E30A;
}
</style>