Shades of Free Speech Green #1BDA04
Tints of Free Speech Green #1BDA04
RGB
CMYK
RGB Variations
Color information
#1BDA04 (or 0x1BDA04) is known color: Free Speech Green. HEX triplet: 1B, DA and 04. RGB value is (27,218,4). Sum of RGB (Red+Green+Blue) = 27+218+4=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 218 (85.55% from 255 or 87.55% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 218 - color contains mainly: green. Hex color #1BDA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDA04 is #E425FB. Grayscale: #898989. Windows color (decimal): -14951932 or 317979. OLE color: 317979.
HSL color Cylindrical-coordinate representation of color #1BDA04: hue angle of 113.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BDA04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 218 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.15 |
| HSL | 113.55º | 0.96% | 0.44% | - |
| HSV(B) | 113.55º | 0.98% | 0.85% | - |
| XYZ | 25.55 | 50.38 | 8.49 | - |
| YUV | 136.5 | 53.22 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 4 | 0.88 | 0 | 0.98 | 0.15 | 113.55 | 0.96 | 0.44 |
| Hex | 1B | DA | 4 | 58 | 0 | 62 | F | 72 | 60 | 2C |
| Octal | 33 | 332 | 4 | 130 | 0 | 142 | 17 | 162 | 140 | 54 |
| Binary | 11011 | 11011010 | 100 | 1011000 | 0 | 1100010 | 1111 | 1110010 | 1100000 | 101100 |
Color Harmonies of #1BDA04
Complementary color
Monochromatic Colors of #1BDA04
Black with #1BDA04
Text Example
Text Example
White with #1BDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDA04; }
p { color: rgb(27,218,4); }
H1.HeaderClassName
{
color: #1BDA04;
}
.AnyTagClassName
{
color: #1BDA04;
}
</style>
background-color css
<style>
a { background-color: #1BDA04; }
a { background-color: rgb(27,218,4); }
div.DivClassName
{
background-color: #1BDA04;
}
.BgClassName
{
background-color: #1BDA04;
}
</style>
border-color css
<style>
span { border-color: #1BDA04; }
span { border-color: rgb(27,218,4); }
td.TdClassName
{
border-color: #1BDA04;
}
.TagClassName
{
border-color: #1BDA04;
}
</style>