Shades of Free Speech Green #1BDD12
Tints of Free Speech Green #1BDD12
RGB
CMYK
RGB Variations
Color information
#1BDD12 (or 0x1BDD12) is known color: Free Speech Green. HEX triplet: 1B, DD and 12. RGB value is (27,221,18). Sum of RGB (Red+Green+Blue) = 27+221+18=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDD12 is #E422ED. Grayscale: #8C8C8C. Windows color (decimal): -14951150 or 1236251. OLE color: 1236251.
HSL color Cylindrical-coordinate representation of color #1BDD12: hue angle of 117.34º degrees, saturation: 0.85, 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 #1BDD12 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.13 |
| HSL | 117.34º | 0.85% | 0.47% | - |
| HSV(B) | 117.34º | 0.92% | 0.87% | - |
| XYZ | 26.42 | 51.99 | 9.21 | - |
| YUV | 139.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 18 | 0.88 | 0 | 0.92 | 0.13 | 117.34 | 0.85 | 0.47 |
| Hex | 1B | DD | 12 | 58 | 0 | 5C | D | 75 | 55 | 2F |
| Octal | 33 | 335 | 22 | 130 | 0 | 134 | 15 | 165 | 125 | 57 |
| Binary | 11011 | 11011101 | 10010 | 1011000 | 0 | 1011100 | 1101 | 1110101 | 1010101 | 101111 |
Color Harmonies of #1BDD12
Complementary color
Monochromatic Colors of #1BDD12
Black with #1BDD12
Text Example
Text Example
White with #1BDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD12; }
p { color: rgb(27,221,18); }
H1.HeaderClassName
{
color: #1BDD12;
}
.AnyTagClassName
{
color: #1BDD12;
}
</style>
background-color css
<style>
a { background-color: #1BDD12; }
a { background-color: rgb(27,221,18); }
div.DivClassName
{
background-color: #1BDD12;
}
.BgClassName
{
background-color: #1BDD12;
}
</style>
border-color css
<style>
span { border-color: #1BDD12; }
span { border-color: rgb(27,221,18); }
td.TdClassName
{
border-color: #1BDD12;
}
.TagClassName
{
border-color: #1BDD12;
}
</style>