Shades of Free Speech Green #1BEE11
Tints of Free Speech Green #1BEE11
RGB
CMYK
RGB Variations
Color information
#1BEE11 (or 0x1BEE11) is known color: Free Speech Green. HEX triplet: 1B, EE and 11. RGB value is (27,238,17). Sum of RGB (Red+Green+Blue) = 27+238+17=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 238 (93.36% from 255 or 84.40% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEE11 is #E411EE. Grayscale: #969696. Windows color (decimal): -14946799 or 1175067. OLE color: 1175067.
HSL color Cylindrical-coordinate representation of color #1BEE11: hue angle of 117.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BEE11 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 17 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.07 |
| HSL | 117.29º | 0.87% | 0.5% | - |
| HSV(B) | 117.29º | 0.93% | 0.93% | - |
| XYZ | 31.13 | 61.42 | 10.75 | - |
| YUV | 149.72 | 53.1 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 17 | 0.89 | 0 | 0.93 | 0.07 | 117.29 | 0.87 | 0.5 |
| Hex | 1B | EE | 11 | 59 | 0 | 5D | 7 | 75 | 57 | 32 |
| Octal | 33 | 356 | 21 | 131 | 0 | 135 | 7 | 165 | 127 | 62 |
| Binary | 11011 | 11101110 | 10001 | 1011001 | 0 | 1011101 | 111 | 1110101 | 1010111 | 110010 |
Color Harmonies of #1BEE11
Complementary color
Monochromatic Colors of #1BEE11
Black with #1BEE11
Text Example
Text Example
White with #1BEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEE11; }
p { color: rgb(27,238,17); }
H1.HeaderClassName
{
color: #1BEE11;
}
.AnyTagClassName
{
color: #1BEE11;
}
</style>
background-color css
<style>
a { background-color: #1BEE11; }
a { background-color: rgb(27,238,17); }
div.DivClassName
{
background-color: #1BEE11;
}
.BgClassName
{
background-color: #1BEE11;
}
</style>
border-color css
<style>
span { border-color: #1BEE11; }
span { border-color: rgb(27,238,17); }
td.TdClassName
{
border-color: #1BEE11;
}
.TagClassName
{
border-color: #1BEE11;
}
</style>