Shades of Free Speech Green #1BDC12
Tints of Free Speech Green #1BDC12
RGB
CMYK
RGB Variations
Color information
#1BDC12 (or 0x1BDC12) is known color: Free Speech Green. HEX triplet: 1B, DC and 12. RGB value is (27,220,18). Sum of RGB (Red+Green+Blue) = 27+220+18=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 220 (86.33% from 255 or 83.02% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDC12 is #E423ED. Grayscale: #8B8B8B. Windows color (decimal): -14951406 or 1235995. OLE color: 1235995.
HSL color Cylindrical-coordinate representation of color #1BDC12: hue angle of 117.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BDC12 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.14 |
| HSL | 117.33º | 0.85% | 0.47% | - |
| HSV(B) | 117.33º | 0.92% | 0.86% | - |
| XYZ | 26.15 | 51.46 | 9.13 | - |
| YUV | 139.27 | 59.56 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 18 | 0.88 | 0 | 0.92 | 0.14 | 117.33 | 0.85 | 0.47 |
| Hex | 1B | DC | 12 | 58 | 0 | 5C | E | 75 | 55 | 2F |
| Octal | 33 | 334 | 22 | 130 | 0 | 134 | 16 | 165 | 125 | 57 |
| Binary | 11011 | 11011100 | 10010 | 1011000 | 0 | 1011100 | 1110 | 1110101 | 1010101 | 101111 |
Color Harmonies of #1BDC12
Complementary color
Monochromatic Colors of #1BDC12
Black with #1BDC12
Text Example
Text Example
White with #1BDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC12; }
p { color: rgb(27,220,18); }
H1.HeaderClassName
{
color: #1BDC12;
}
.AnyTagClassName
{
color: #1BDC12;
}
</style>
background-color css
<style>
a { background-color: #1BDC12; }
a { background-color: rgb(27,220,18); }
div.DivClassName
{
background-color: #1BDC12;
}
.BgClassName
{
background-color: #1BDC12;
}
</style>
border-color css
<style>
span { border-color: #1BDC12; }
span { border-color: rgb(27,220,18); }
td.TdClassName
{
border-color: #1BDC12;
}
.TagClassName
{
border-color: #1BDC12;
}
</style>