Shades of Free Speech Green #07E30F
Tints of Free Speech Green #07E30F
RGB
CMYK
RGB Variations
Color information
#07E30F (or 0x07E30F) is known color: Free Speech Green. HEX triplet: 07, E3 and 0F. RGB value is (7,227,15). Sum of RGB (Red+Green+Blue) = 7+227+15=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 227 (89.06% from 255 or 91.16% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 227 - color contains mainly: green. Hex color #07E30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07E30F is #F81CF0. Grayscale: #898989. Windows color (decimal): -16260337 or 1041159. OLE color: 1041159.
HSL color Cylindrical-coordinate representation of color #07E30F: hue angle of 122.18º 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 #07E30F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 15 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.11 |
| HSL | 122.18º | 0.94% | 0.46% | - |
| HSV(B) | 122.18º | 0.97% | 0.89% | - |
| XYZ | 27.64 | 55.02 | 9.61 | - |
| YUV | 137.05 | 59.11 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 15 | 0.97 | 0 | 0.93 | 0.11 | 122.18 | 0.94 | 0.46 |
| Hex | 7 | E3 | F | 61 | 0 | 5D | B | 7A | 5E | 2E |
| Octal | 7 | 343 | 17 | 141 | 0 | 135 | 13 | 172 | 136 | 56 |
| Binary | 111 | 11100011 | 1111 | 1100001 | 0 | 1011101 | 1011 | 1111010 | 1011110 | 101110 |
Color Harmonies of #07E30F
Complementary color
Monochromatic Colors of #07E30F
Black with #07E30F
Text Example
Text Example
White with #07E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E30F; }
p { color: rgb(7,227,15); }
H1.HeaderClassName
{
color: #07E30F;
}
.AnyTagClassName
{
color: #07E30F;
}
</style>
background-color css
<style>
a { background-color: #07E30F; }
a { background-color: rgb(7,227,15); }
div.DivClassName
{
background-color: #07E30F;
}
.BgClassName
{
background-color: #07E30F;
}
</style>
border-color css
<style>
span { border-color: #07E30F; }
span { border-color: rgb(7,227,15); }
td.TdClassName
{
border-color: #07E30F;
}
.TagClassName
{
border-color: #07E30F;
}
</style>