Shades of Free Speech Green #11DB24
Tints of Free Speech Green #11DB24
RGB
CMYK
RGB Variations
Color information
#11DB24 (or 0x11DB24) is known color: Free Speech Green. HEX triplet: 11, DB and 24. RGB value is (17,219,36). Sum of RGB (Red+Green+Blue) = 17+219+36=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB24 is #EE24DB. Grayscale: #8A8A8A. Windows color (decimal): -15607004 or 2415377. OLE color: 2415377.
HSL color Cylindrical-coordinate representation of color #11DB24: hue angle of 125.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB24 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 36 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.14 |
| HSL | 125.64º | 0.86% | 0.46% | - |
| HSV(B) | 125.64º | 0.92% | 0.86% | - |
| XYZ | 25.88 | 50.91 | 10.13 | - |
| YUV | 137.74 | 70.58 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 36 | 0.92 | 0 | 0.84 | 0.14 | 125.64 | 0.86 | 0.46 |
| Hex | 11 | DB | 24 | 5C | 0 | 54 | E | 7E | 56 | 2E |
| Octal | 21 | 333 | 44 | 134 | 0 | 124 | 16 | 176 | 126 | 56 |
| Binary | 10001 | 11011011 | 100100 | 1011100 | 0 | 1010100 | 1110 | 1111110 | 1010110 | 101110 |
Color Harmonies of #11DB24
Complementary color
Monochromatic Colors of #11DB24
Black with #11DB24
Text Example
Text Example
White with #11DB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB24; }
p { color: rgb(17,219,36); }
H1.HeaderClassName
{
color: #11DB24;
}
.AnyTagClassName
{
color: #11DB24;
}
</style>
background-color css
<style>
a { background-color: #11DB24; }
a { background-color: rgb(17,219,36); }
div.DivClassName
{
background-color: #11DB24;
}
.BgClassName
{
background-color: #11DB24;
}
</style>
border-color css
<style>
span { border-color: #11DB24; }
span { border-color: rgb(17,219,36); }
td.TdClassName
{
border-color: #11DB24;
}
.TagClassName
{
border-color: #11DB24;
}
</style>