Shades of Free Speech Green #11E800
Tints of Free Speech Green #11E800
RGB
CMYK
RGB Variations
Color information
#11E800 (or 0x11E800) is known color: Free Speech Green. HEX triplet: 11, E8 and 00. RGB value is (17,232,0). Sum of RGB (Red+Green+Blue) = 17+232+0=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 232 (91.02% from 255 or 93.17% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 232 - color contains mainly: green. Hex color #11E800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11E800 is #EE17FF. Grayscale: #8D8D8D. Windows color (decimal): -15603712 or 59409. OLE color: 59409.
HSL color Cylindrical-coordinate representation of color #11E800: hue angle of 115.6º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11E800 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 232 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.09 |
| HSL | 115.6º | 1% | 0.45% | - |
| HSV(B) | 115.6º | 1% | 0.91% | - |
| XYZ | 29.09 | 57.83 | 9.63 | - |
| YUV | 141.27 | 48.27 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 232 | 0 | 0.93 | 0 | 1 | 0.09 | 115.6 | 1 | 0.45 |
| Hex | 11 | E8 | 0 | 5D | 0 | 64 | 9 | 74 | 64 | 2D |
| Octal | 21 | 350 | 0 | 135 | 0 | 144 | 11 | 164 | 144 | 55 |
| Binary | 10001 | 11101000 | 0 | 1011101 | 0 | 1100100 | 1001 | 1110100 | 1100100 | 101101 |
Color Harmonies of #11E800
Complementary color
Monochromatic Colors of #11E800
Black with #11E800
Text Example
Text Example
White with #11E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E800; }
p { color: rgb(17,232,0); }
H1.HeaderClassName
{
color: #11E800;
}
.AnyTagClassName
{
color: #11E800;
}
</style>
background-color css
<style>
a { background-color: #11E800; }
a { background-color: rgb(17,232,0); }
div.DivClassName
{
background-color: #11E800;
}
.BgClassName
{
background-color: #11E800;
}
</style>
border-color css
<style>
span { border-color: #11E800; }
span { border-color: rgb(17,232,0); }
td.TdClassName
{
border-color: #11E800;
}
.TagClassName
{
border-color: #11E800;
}
</style>