Shades of Free Speech Green #11E211
Tints of Free Speech Green #11E211
RGB
CMYK
RGB Variations
Color information
#11E211 (or 0x11E211) is known color: Free Speech Green. HEX triplet: 11, E2 and 11. RGB value is (17,226,17). Sum of RGB (Red+Green+Blue) = 17+226+17=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 226 (88.67% from 255 or 86.92% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 226 - color contains mainly: green. Hex color #11E211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11E211 is #EE1DEE. Grayscale: #8C8C8C. Windows color (decimal): -15605231 or 1171985. OLE color: 1171985.
HSL color Cylindrical-coordinate representation of color #11E211: hue angle of 120º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E211 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 226 | 17 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.11 |
| HSL | 120º | 0.86% | 0.48% | - |
| HSV(B) | 120º | 0.92% | 0.89% | - |
| XYZ | 27.53 | 54.55 | 9.61 | - |
| YUV | 139.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 226 | 17 | 0.92 | 0 | 0.92 | 0.11 | 120 | 0.86 | 0.48 |
| Hex | 11 | E2 | 11 | 5C | 0 | 5C | B | 78 | 56 | 30 |
| Octal | 21 | 342 | 21 | 134 | 0 | 134 | 13 | 170 | 126 | 60 |
| Binary | 10001 | 11100010 | 10001 | 1011100 | 0 | 1011100 | 1011 | 1111000 | 1010110 | 110000 |
Color Harmonies of #11E211
Complementary color
Monochromatic Colors of #11E211
Black with #11E211
Text Example
Text Example
White with #11E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E211; }
p { color: rgb(17,226,17); }
H1.HeaderClassName
{
color: #11E211;
}
.AnyTagClassName
{
color: #11E211;
}
</style>
background-color css
<style>
a { background-color: #11E211; }
a { background-color: rgb(17,226,17); }
div.DivClassName
{
background-color: #11E211;
}
.BgClassName
{
background-color: #11E211;
}
</style>
border-color css
<style>
span { border-color: #11E211; }
span { border-color: rgb(17,226,17); }
td.TdClassName
{
border-color: #11E211;
}
.TagClassName
{
border-color: #11E211;
}
</style>