Shades of Free Speech Green #1BDC19
Tints of Free Speech Green #1BDC19
RGB
CMYK
RGB Variations
Color information
#1BDC19 (or 0x1BDC19) is known color: Free Speech Green. HEX triplet: 1B, DC and 19. RGB value is (27,220,25). Sum of RGB (Red+Green+Blue) = 27+220+25=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDC19 is #E423E6. Grayscale: #8C8C8C. Windows color (decimal): -14951399 or 1694747. OLE color: 1694747.
HSL color Cylindrical-coordinate representation of color #1BDC19: hue angle of 119.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BDC19 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 25 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.14 |
| HSL | 119.38º | 0.8% | 0.48% | - |
| HSV(B) | 119.38º | 0.89% | 0.86% | - |
| XYZ | 26.22 | 51.49 | 9.48 | - |
| YUV | 140.06 | 63.06 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 25 | 0.88 | 0 | 0.89 | 0.14 | 119.38 | 0.8 | 0.48 |
| Hex | 1B | DC | 19 | 58 | 0 | 59 | E | 77 | 50 | 30 |
| Octal | 33 | 334 | 31 | 130 | 0 | 131 | 16 | 167 | 120 | 60 |
| Binary | 11011 | 11011100 | 11001 | 1011000 | 0 | 1011001 | 1110 | 1110111 | 1010000 | 110000 |
Color Harmonies of #1BDC19
Complementary color
Monochromatic Colors of #1BDC19
Black with #1BDC19
Text Example
Text Example
White with #1BDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDC19; }
p { color: rgb(27,220,25); }
H1.HeaderClassName
{
color: #1BDC19;
}
.AnyTagClassName
{
color: #1BDC19;
}
</style>
background-color css
<style>
a { background-color: #1BDC19; }
a { background-color: rgb(27,220,25); }
div.DivClassName
{
background-color: #1BDC19;
}
.BgClassName
{
background-color: #1BDC19;
}
</style>
border-color css
<style>
span { border-color: #1BDC19; }
span { border-color: rgb(27,220,25); }
td.TdClassName
{
border-color: #1BDC19;
}
.TagClassName
{
border-color: #1BDC19;
}
</style>