Shades of Free Speech Green #1BE011
Tints of Free Speech Green #1BE011
RGB
CMYK
RGB Variations
Color information
#1BE011 (or 0x1BE011) is known color: Free Speech Green. HEX triplet: 1B, E0 and 11. RGB value is (27,224,17). Sum of RGB (Red+Green+Blue) = 27+224+17=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 224 (87.89% from 255 or 83.58% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE011 is #E41FEE. Grayscale: #8E8E8E. Windows color (decimal): -14950383 or 1171483. OLE color: 1171483.
HSL color Cylindrical-coordinate representation of color #1BE011: hue angle of 117.1º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BE011 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.12 |
| HSL | 117.1º | 0.86% | 0.47% | - |
| HSV(B) | 117.1º | 0.92% | 0.88% | - |
| XYZ | 27.21 | 53.58 | 9.44 | - |
| YUV | 141.5 | 57.73 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 17 | 0.88 | 0 | 0.92 | 0.12 | 117.1 | 0.86 | 0.47 |
| Hex | 1B | E0 | 11 | 58 | 0 | 5C | C | 75 | 56 | 2F |
| Octal | 33 | 340 | 21 | 130 | 0 | 134 | 14 | 165 | 126 | 57 |
| Binary | 11011 | 11100000 | 10001 | 1011000 | 0 | 1011100 | 1100 | 1110101 | 1010110 | 101111 |
Color Harmonies of #1BE011
Complementary color
Monochromatic Colors of #1BE011
Black with #1BE011
Text Example
Text Example
White with #1BE011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE011; }
p { color: rgb(27,224,17); }
H1.HeaderClassName
{
color: #1BE011;
}
.AnyTagClassName
{
color: #1BE011;
}
</style>
background-color css
<style>
a { background-color: #1BE011; }
a { background-color: rgb(27,224,17); }
div.DivClassName
{
background-color: #1BE011;
}
.BgClassName
{
background-color: #1BE011;
}
</style>
border-color css
<style>
span { border-color: #1BE011; }
span { border-color: rgb(27,224,17); }
td.TdClassName
{
border-color: #1BE011;
}
.TagClassName
{
border-color: #1BE011;
}
</style>