Shades of Free Speech Green #1BDE04
Tints of Free Speech Green #1BDE04
RGB
CMYK
RGB Variations
Color information
#1BDE04 (or 0x1BDE04) is known color: Free Speech Green. HEX triplet: 1B, DE and 04. RGB value is (27,222,4). Sum of RGB (Red+Green+Blue) = 27+222+4=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 222 (87.11% from 255 or 87.75% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDE04 is #E421FB. Grayscale: #8B8B8B. Windows color (decimal): -14950908 or 319003. OLE color: 319003.
HSL color Cylindrical-coordinate representation of color #1BDE04: hue angle of 113.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1BDE04 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 4 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.13 |
| HSL | 113.67º | 0.96% | 0.44% | - |
| HSV(B) | 113.67º | 0.98% | 0.87% | - |
| XYZ | 26.6 | 52.48 | 8.84 | - |
| YUV | 138.84 | 51.9 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 4 | 0.88 | 0 | 0.98 | 0.13 | 113.67 | 0.96 | 0.44 |
| Hex | 1B | DE | 4 | 58 | 0 | 62 | D | 72 | 60 | 2C |
| Octal | 33 | 336 | 4 | 130 | 0 | 142 | 15 | 162 | 140 | 54 |
| Binary | 11011 | 11011110 | 100 | 1011000 | 0 | 1100010 | 1101 | 1110010 | 1100000 | 101100 |
Color Harmonies of #1BDE04
Complementary color
Monochromatic Colors of #1BDE04
Black with #1BDE04
Text Example
Text Example
White with #1BDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE04; }
p { color: rgb(27,222,4); }
H1.HeaderClassName
{
color: #1BDE04;
}
.AnyTagClassName
{
color: #1BDE04;
}
</style>
background-color css
<style>
a { background-color: #1BDE04; }
a { background-color: rgb(27,222,4); }
div.DivClassName
{
background-color: #1BDE04;
}
.BgClassName
{
background-color: #1BDE04;
}
</style>
border-color css
<style>
span { border-color: #1BDE04; }
span { border-color: rgb(27,222,4); }
td.TdClassName
{
border-color: #1BDE04;
}
.TagClassName
{
border-color: #1BDE04;
}
</style>