Shades of Free Speech Green #1BD204
Tints of Free Speech Green #1BD204
RGB
CMYK
RGB Variations
Color information
#1BD204 (or 0x1BD204) is known color: Free Speech Green. HEX triplet: 1B, D2 and 04. RGB value is (27,210,4). Sum of RGB (Red+Green+Blue) = 27+210+4=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 210 (82.42% from 255 or 87.14% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 210 - color contains mainly: green. Hex color #1BD204 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD204 is #E42DFB. Grayscale: #848484. Windows color (decimal): -14953980 or 315931. OLE color: 315931.
HSL color Cylindrical-coordinate representation of color #1BD204: hue angle of 113.3º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BD204 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 210 | 4 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.18 |
| HSL | 113.3º | 0.96% | 0.42% | - |
| HSV(B) | 113.3º | 0.98% | 0.82% | - |
| XYZ | 23.52 | 46.33 | 7.82 | - |
| YUV | 131.8 | 55.87 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 4 | 0.87 | 0 | 0.98 | 0.18 | 113.3 | 0.96 | 0.42 |
| Hex | 1B | D2 | 4 | 57 | 0 | 62 | 12 | 71 | 60 | 2A |
| Octal | 33 | 322 | 4 | 127 | 0 | 142 | 22 | 161 | 140 | 52 |
| Binary | 11011 | 11010010 | 100 | 1010111 | 0 | 1100010 | 10010 | 1110001 | 1100000 | 101010 |
Color Harmonies of #1BD204
Complementary color
Monochromatic Colors of #1BD204
Black with #1BD204
Text Example
Text Example
White with #1BD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD204; }
p { color: rgb(27,210,4); }
H1.HeaderClassName
{
color: #1BD204;
}
.AnyTagClassName
{
color: #1BD204;
}
</style>
background-color css
<style>
a { background-color: #1BD204; }
a { background-color: rgb(27,210,4); }
div.DivClassName
{
background-color: #1BD204;
}
.BgClassName
{
background-color: #1BD204;
}
</style>
border-color css
<style>
span { border-color: #1BD204; }
span { border-color: rgb(27,210,4); }
td.TdClassName
{
border-color: #1BD204;
}
.TagClassName
{
border-color: #1BD204;
}
</style>