Shades of Free Speech Green #07EE11
Tints of Free Speech Green #07EE11
RGB
CMYK
RGB Variations
Color information
#07EE11 (or 0x07EE11) is known color: Free Speech Green. HEX triplet: 07, EE and 11. RGB value is (7,238,17). Sum of RGB (Red+Green+Blue) = 7+238+17=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 238 (93.36% from 255 or 90.84% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EE11 is #F811EE. Grayscale: #909090. Windows color (decimal): -16257519 or 1175047. OLE color: 1175047.
HSL color Cylindrical-coordinate representation of color #07EE11: hue angle of 122.6º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EE11 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 17 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.07 |
| HSL | 122.6º | 0.94% | 0.48% | - |
| HSV(B) | 122.6º | 0.97% | 0.93% | - |
| XYZ | 30.76 | 61.23 | 10.73 | - |
| YUV | 143.74 | 56.47 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 17 | 0.97 | 0 | 0.93 | 0.07 | 122.6 | 0.94 | 0.48 |
| Hex | 7 | EE | 11 | 61 | 0 | 5D | 7 | 7B | 5E | 30 |
| Octal | 7 | 356 | 21 | 141 | 0 | 135 | 7 | 173 | 136 | 60 |
| Binary | 111 | 11101110 | 10001 | 1100001 | 0 | 1011101 | 111 | 1111011 | 1011110 | 110000 |
Color Harmonies of #07EE11
Complementary color
Monochromatic Colors of #07EE11
Black with #07EE11
Text Example
Text Example
White with #07EE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE11; }
p { color: rgb(7,238,17); }
H1.HeaderClassName
{
color: #07EE11;
}
.AnyTagClassName
{
color: #07EE11;
}
</style>
background-color css
<style>
a { background-color: #07EE11; }
a { background-color: rgb(7,238,17); }
div.DivClassName
{
background-color: #07EE11;
}
.BgClassName
{
background-color: #07EE11;
}
</style>
border-color css
<style>
span { border-color: #07EE11; }
span { border-color: rgb(7,238,17); }
td.TdClassName
{
border-color: #07EE11;
}
.TagClassName
{
border-color: #07EE11;
}
</style>