Shades of Free Speech Green #1BDF11
Tints of Free Speech Green #1BDF11
RGB
CMYK
RGB Variations
Color information
#1BDF11 (or 0x1BDF11) is known color: Free Speech Green. HEX triplet: 1B, DF and 11. RGB value is (27,223,17). Sum of RGB (Red+Green+Blue) = 27+223+17=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 223 (87.5% from 255 or 83.52% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BDF11 is #E420EE. Grayscale: #8D8D8D. Windows color (decimal): -14950639 or 1171227. OLE color: 1171227.
HSL color Cylindrical-coordinate representation of color #1BDF11: hue angle of 117.09º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BDF11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 223 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.13 |
| HSL | 117.09º | 0.86% | 0.47% | - |
| HSV(B) | 117.09º | 0.92% | 0.87% | - |
| XYZ | 26.94 | 53.05 | 9.35 | - |
| YUV | 140.91 | 58.07 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 223 | 17 | 0.88 | 0 | 0.92 | 0.13 | 117.09 | 0.86 | 0.47 |
| Hex | 1B | DF | 11 | 58 | 0 | 5C | D | 75 | 56 | 2F |
| Octal | 33 | 337 | 21 | 130 | 0 | 134 | 15 | 165 | 126 | 57 |
| Binary | 11011 | 11011111 | 10001 | 1011000 | 0 | 1011100 | 1101 | 1110101 | 1010110 | 101111 |
Color Harmonies of #1BDF11
Complementary color
Monochromatic Colors of #1BDF11
Black with #1BDF11
Text Example
Text Example
White with #1BDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDF11; }
p { color: rgb(27,223,17); }
H1.HeaderClassName
{
color: #1BDF11;
}
.AnyTagClassName
{
color: #1BDF11;
}
</style>
background-color css
<style>
a { background-color: #1BDF11; }
a { background-color: rgb(27,223,17); }
div.DivClassName
{
background-color: #1BDF11;
}
.BgClassName
{
background-color: #1BDF11;
}
</style>
border-color css
<style>
span { border-color: #1BDF11; }
span { border-color: rgb(27,223,17); }
td.TdClassName
{
border-color: #1BDF11;
}
.TagClassName
{
border-color: #1BDF11;
}
</style>