Shades of Free Speech Green #1BDD0D
Tints of Free Speech Green #1BDD0D
RGB
CMYK
RGB Variations
Color information
#1BDD0D (or 0x1BDD0D) is known color: Free Speech Green. HEX triplet: 1B, DD and 0D. RGB value is (27,221,13). Sum of RGB (Red+Green+Blue) = 27+221+13=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 221 (86.72% from 255 or 84.67% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDD0D is #E422F2. Grayscale: #8B8B8B. Windows color (decimal): -14951155 or 908571. OLE color: 908571.
HSL color Cylindrical-coordinate representation of color #1BDD0D: hue angle of 115.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BDD0D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.13 |
| HSL | 115.96º | 0.89% | 0.46% | - |
| HSV(B) | 115.96º | 0.94% | 0.87% | - |
| XYZ | 26.38 | 51.97 | 9.02 | - |
| YUV | 139.28 | 56.73 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 13 | 0.88 | 0 | 0.94 | 0.13 | 115.96 | 0.89 | 0.46 |
| Hex | 1B | DD | D | 58 | 0 | 5E | D | 74 | 59 | 2E |
| Octal | 33 | 335 | 15 | 130 | 0 | 136 | 15 | 164 | 131 | 56 |
| Binary | 11011 | 11011101 | 1101 | 1011000 | 0 | 1011110 | 1101 | 1110100 | 1011001 | 101110 |
Color Harmonies of #1BDD0D
Complementary color
Monochromatic Colors of #1BDD0D
Black with #1BDD0D
Text Example
Text Example
White with #1BDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDD0D; }
p { color: rgb(27,221,13); }
H1.HeaderClassName
{
color: #1BDD0D;
}
.AnyTagClassName
{
color: #1BDD0D;
}
</style>
background-color css
<style>
a { background-color: #1BDD0D; }
a { background-color: rgb(27,221,13); }
div.DivClassName
{
background-color: #1BDD0D;
}
.BgClassName
{
background-color: #1BDD0D;
}
</style>
border-color css
<style>
span { border-color: #1BDD0D; }
span { border-color: rgb(27,221,13); }
td.TdClassName
{
border-color: #1BDD0D;
}
.TagClassName
{
border-color: #1BDD0D;
}
</style>