Shades of Free Speech Green #1BF811
Tints of Free Speech Green #1BF811
RGB
CMYK
RGB Variations
Color information
#1BF811 (or 0x1BF811) is known color: Free Speech Green. HEX triplet: 1B, F8 and 11. RGB value is (27,248,17). Sum of RGB (Red+Green+Blue) = 27+248+17=292 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.25% from 292); Green value is 248 (97.27% from 255 or 84.93% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BF811 is #E407EE. Grayscale: #9C9C9C. Windows color (decimal): -14944239 or 1177627. OLE color: 1177627.
HSL color Cylindrical-coordinate representation of color #1BF811: hue angle of 117.4º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BF811 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 17 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.03 |
| HSL | 117.4º | 0.94% | 0.52% | - |
| HSV(B) | 117.4º | 0.93% | 0.97% | - |
| XYZ | 34.12 | 67.41 | 11.74 | - |
| YUV | 155.59 | 49.78 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 17 | 0.89 | 0 | 0.93 | 0.03 | 117.4 | 0.94 | 0.52 |
| Hex | 1B | F8 | 11 | 59 | 0 | 5D | 3 | 75 | 5E | 34 |
| Octal | 33 | 370 | 21 | 131 | 0 | 135 | 3 | 165 | 136 | 64 |
| Binary | 11011 | 11111000 | 10001 | 1011001 | 0 | 1011101 | 11 | 1110101 | 1011110 | 110100 |
Color Harmonies of #1BF811
Complementary color
Monochromatic Colors of #1BF811
Black with #1BF811
Text Example
Text Example
White with #1BF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF811; }
p { color: rgb(27,248,17); }
H1.HeaderClassName
{
color: #1BF811;
}
.AnyTagClassName
{
color: #1BF811;
}
</style>
background-color css
<style>
a { background-color: #1BF811; }
a { background-color: rgb(27,248,17); }
div.DivClassName
{
background-color: #1BF811;
}
.BgClassName
{
background-color: #1BF811;
}
</style>
border-color css
<style>
span { border-color: #1BF811; }
span { border-color: rgb(27,248,17); }
td.TdClassName
{
border-color: #1BF811;
}
.TagClassName
{
border-color: #1BF811;
}
</style>