Shades of Free Speech Green #1BDD11
Tints of Free Speech Green #1BDD11
RGB
CMYK
RGB Variations
Color information
#1BDD11 (or 0x1BDD11) is known color: Free Speech Green. HEX triplet: 1B, DD and 11. RGB value is (27,221,17). Sum of RGB (Red+Green+Blue) = 27+221+17=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 221 (86.72% from 255 or 83.40% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDD11 is #E422EE. Grayscale: #8C8C8C. Windows color (decimal): -14951151 or 1170715. OLE color: 1170715.
HSL color Cylindrical-coordinate representation of color #1BDD11: hue angle of 117.06º 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 #1BDD11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.13 |
| HSL | 117.06º | 0.86% | 0.47% | - |
| HSV(B) | 117.06º | 0.92% | 0.87% | - |
| XYZ | 26.41 | 51.99 | 9.17 | - |
| YUV | 139.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 17 | 0.88 | 0 | 0.92 | 0.13 | 117.06 | 0.86 | 0.47 |
| Hex | 1B | DD | 11 | 58 | 0 | 5C | D | 75 | 56 | 2F |
| Octal | 33 | 335 | 21 | 130 | 0 | 134 | 15 | 165 | 126 | 57 |
| Binary | 11011 | 11011101 | 10001 | 1011000 | 0 | 1011100 | 1101 | 1110101 | 1010110 | 101111 |
Color Harmonies of #1BDD11
Complementary color
Monochromatic Colors of #1BDD11
Black with #1BDD11
Text Example
Text Example
White with #1BDD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD11; }
p { color: rgb(27,221,17); }
H1.HeaderClassName
{
color: #1BDD11;
}
.AnyTagClassName
{
color: #1BDD11;
}
</style>
background-color css
<style>
a { background-color: #1BDD11; }
a { background-color: rgb(27,221,17); }
div.DivClassName
{
background-color: #1BDD11;
}
.BgClassName
{
background-color: #1BDD11;
}
</style>
border-color css
<style>
span { border-color: #1BDD11; }
span { border-color: rgb(27,221,17); }
td.TdClassName
{
border-color: #1BDD11;
}
.TagClassName
{
border-color: #1BDD11;
}
</style>