Shades of Free Speech Green #11E520
Tints of Free Speech Green #11E520
RGB
CMYK
RGB Variations
Color information
#11E520 (or 0x11E520) is known color: Free Speech Green. HEX triplet: 11, E5 and 20. RGB value is (17,229,32). Sum of RGB (Red+Green+Blue) = 17+229+32=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #11E520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11E520 is #EE1ADF. Grayscale: #8F8F8F. Windows color (decimal): -15604448 or 2155793. OLE color: 2155793.
HSL color Cylindrical-coordinate representation of color #11E520: hue angle of 124.25º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E520 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 32 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.10 |
| HSL | 124.25º | 0.86% | 0.48% | - |
| HSV(B) | 124.25º | 0.93% | 0.9% | - |
| XYZ | 28.51 | 56.26 | 10.72 | - |
| YUV | 143.15 | 65.26 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 32 | 0.93 | 0 | 0.86 | 0.10 | 124.25 | 0.86 | 0.48 |
| Hex | 11 | E5 | 20 | 5D | 0 | 56 | A | 7C | 56 | 30 |
| Octal | 21 | 345 | 40 | 135 | 0 | 126 | 12 | 174 | 126 | 60 |
| Binary | 10001 | 11100101 | 100000 | 1011101 | 0 | 1010110 | 1010 | 1111100 | 1010110 | 110000 |
Color Harmonies of #11E520
Complementary color
Monochromatic Colors of #11E520
Black with #11E520
Text Example
Text Example
White with #11E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E520; }
p { color: rgb(17,229,32); }
H1.HeaderClassName
{
color: #11E520;
}
.AnyTagClassName
{
color: #11E520;
}
</style>
background-color css
<style>
a { background-color: #11E520; }
a { background-color: rgb(17,229,32); }
div.DivClassName
{
background-color: #11E520;
}
.BgClassName
{
background-color: #11E520;
}
</style>
border-color css
<style>
span { border-color: #11E520; }
span { border-color: rgb(17,229,32); }
td.TdClassName
{
border-color: #11E520;
}
.TagClassName
{
border-color: #11E520;
}
</style>