Shades of Free Speech Green #11DF29
Tints of Free Speech Green #11DF29
RGB
CMYK
RGB Variations
Color information
#11DF29 (or 0x11DF29) is known color: Free Speech Green. HEX triplet: 11, DF and 29. RGB value is (17,223,41). Sum of RGB (Red+Green+Blue) = 17+223+41=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DF29 is #EE20D6. Grayscale: #8D8D8D. Windows color (decimal): -15605975 or 2744081. OLE color: 2744081.
HSL color Cylindrical-coordinate representation of color #11DF29: hue angle of 126.99º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DF29 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 41 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.13 |
| HSL | 126.99º | 0.86% | 0.47% | - |
| HSV(B) | 126.99º | 0.92% | 0.87% | - |
| XYZ | 27.02 | 53.05 | 10.91 | - |
| YUV | 140.66 | 71.75 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 41 | 0.92 | 0 | 0.82 | 0.13 | 126.99 | 0.86 | 0.47 |
| Hex | 11 | DF | 29 | 5C | 0 | 52 | D | 7F | 56 | 2F |
| Octal | 21 | 337 | 51 | 134 | 0 | 122 | 15 | 177 | 126 | 57 |
| Binary | 10001 | 11011111 | 101001 | 1011100 | 0 | 1010010 | 1101 | 1111111 | 1010110 | 101111 |
Color Harmonies of #11DF29
Complementary color
Monochromatic Colors of #11DF29
Black with #11DF29
Text Example
Text Example
White with #11DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF29; }
p { color: rgb(17,223,41); }
H1.HeaderClassName
{
color: #11DF29;
}
.AnyTagClassName
{
color: #11DF29;
}
</style>
background-color css
<style>
a { background-color: #11DF29; }
a { background-color: rgb(17,223,41); }
div.DivClassName
{
background-color: #11DF29;
}
.BgClassName
{
background-color: #11DF29;
}
</style>
border-color css
<style>
span { border-color: #11DF29; }
span { border-color: rgb(17,223,41); }
td.TdClassName
{
border-color: #11DF29;
}
.TagClassName
{
border-color: #11DF29;
}
</style>