Shades of Free Speech Green #1BDE0D
Tints of Free Speech Green #1BDE0D
RGB
CMYK
RGB Variations
Color information
#1BDE0D (or 0x1BDE0D) is known color: Free Speech Green. HEX triplet: 1B, DE and 0D. RGB value is (27,222,13). Sum of RGB (Red+Green+Blue) = 27+222+13=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 222 (87.11% from 255 or 84.73% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDE0D is #E421F2. Grayscale: #8C8C8C. Windows color (decimal): -14950899 or 908827. OLE color: 908827.
HSL color Cylindrical-coordinate representation of color #1BDE0D: hue angle of 115.98º 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 #1BDE0D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.13 |
| HSL | 115.98º | 0.89% | 0.46% | - |
| HSV(B) | 115.98º | 0.94% | 0.87% | - |
| XYZ | 26.65 | 52.5 | 9.11 | - |
| YUV | 139.87 | 56.4 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 13 | 0.88 | 0 | 0.94 | 0.13 | 115.98 | 0.89 | 0.46 |
| Hex | 1B | DE | D | 58 | 0 | 5E | D | 74 | 59 | 2E |
| Octal | 33 | 336 | 15 | 130 | 0 | 136 | 15 | 164 | 131 | 56 |
| Binary | 11011 | 11011110 | 1101 | 1011000 | 0 | 1011110 | 1101 | 1110100 | 1011001 | 101110 |
Color Harmonies of #1BDE0D
Complementary color
Monochromatic Colors of #1BDE0D
Black with #1BDE0D
Text Example
Text Example
White with #1BDE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDE0D; }
p { color: rgb(27,222,13); }
H1.HeaderClassName
{
color: #1BDE0D;
}
.AnyTagClassName
{
color: #1BDE0D;
}
</style>
background-color css
<style>
a { background-color: #1BDE0D; }
a { background-color: rgb(27,222,13); }
div.DivClassName
{
background-color: #1BDE0D;
}
.BgClassName
{
background-color: #1BDE0D;
}
</style>
border-color css
<style>
span { border-color: #1BDE0D; }
span { border-color: rgb(27,222,13); }
td.TdClassName
{
border-color: #1BDE0D;
}
.TagClassName
{
border-color: #1BDE0D;
}
</style>