Shades of Free Speech Green #1DEC11
Tints of Free Speech Green #1DEC11
RGB
CMYK
RGB Variations
Color information
#1DEC11 (or 0x1DEC11) is known color: Free Speech Green. HEX triplet: 1D, EC and 11. RGB value is (29,236,17). Sum of RGB (Red+Green+Blue) = 29+236+17=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 236 (92.58% from 255 or 83.69% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEC11 is #E213EE. Grayscale: #959595. Windows color (decimal): -14816239 or 1174557. OLE color: 1174557.
HSL color Cylindrical-coordinate representation of color #1DEC11: hue angle of 116.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DEC11 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 17 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.07 |
| HSL | 116.71º | 0.87% | 0.5% | - |
| HSV(B) | 116.71º | 0.93% | 0.93% | - |
| XYZ | 30.6 | 60.29 | 10.55 | - |
| YUV | 149.14 | 53.42 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 17 | 0.88 | 0 | 0.93 | 0.07 | 116.71 | 0.87 | 0.5 |
| Hex | 1D | EC | 11 | 58 | 0 | 5D | 7 | 75 | 57 | 32 |
| Octal | 35 | 354 | 21 | 130 | 0 | 135 | 7 | 165 | 127 | 62 |
| Binary | 11101 | 11101100 | 10001 | 1011000 | 0 | 1011101 | 111 | 1110101 | 1010111 | 110010 |
Color Harmonies of #1DEC11
Complementary color
Monochromatic Colors of #1DEC11
Black with #1DEC11
Text Example
Text Example
White with #1DEC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC11; }
p { color: rgb(29,236,17); }
H1.HeaderClassName
{
color: #1DEC11;
}
.AnyTagClassName
{
color: #1DEC11;
}
</style>
background-color css
<style>
a { background-color: #1DEC11; }
a { background-color: rgb(29,236,17); }
div.DivClassName
{
background-color: #1DEC11;
}
.BgClassName
{
background-color: #1DEC11;
}
</style>
border-color css
<style>
span { border-color: #1DEC11; }
span { border-color: rgb(29,236,17); }
td.TdClassName
{
border-color: #1DEC11;
}
.TagClassName
{
border-color: #1DEC11;
}
</style>