Shades of Free Speech Green #1BE008
Tints of Free Speech Green #1BE008
RGB
CMYK
RGB Variations
Color information
#1BE008 (or 0x1BE008) is known color: Free Speech Green. HEX triplet: 1B, E0 and 08. RGB value is (27,224,8). Sum of RGB (Red+Green+Blue) = 27+224+8=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 224 (87.89% from 255 or 86.49% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE008 is #E41FF7. Grayscale: #8D8D8D. Windows color (decimal): -14950392 or 581659. OLE color: 581659.
HSL color Cylindrical-coordinate representation of color #1BE008: hue angle of 114.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BE008 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.12 |
| HSL | 114.72º | 0.93% | 0.45% | - |
| HSV(B) | 114.72º | 0.96% | 0.88% | - |
| XYZ | 27.15 | 53.56 | 9.14 | - |
| YUV | 140.47 | 53.23 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 8 | 0.88 | 0 | 0.96 | 0.12 | 114.72 | 0.93 | 0.45 |
| Hex | 1B | E0 | 8 | 58 | 0 | 60 | C | 73 | 5D | 2D |
| Octal | 33 | 340 | 10 | 130 | 0 | 140 | 14 | 163 | 135 | 55 |
| Binary | 11011 | 11100000 | 1000 | 1011000 | 0 | 1100000 | 1100 | 1110011 | 1011101 | 101101 |
Color Harmonies of #1BE008
Complementary color
Monochromatic Colors of #1BE008
Black with #1BE008
Text Example
Text Example
White with #1BE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE008; }
p { color: rgb(27,224,8); }
H1.HeaderClassName
{
color: #1BE008;
}
.AnyTagClassName
{
color: #1BE008;
}
</style>
background-color css
<style>
a { background-color: #1BE008; }
a { background-color: rgb(27,224,8); }
div.DivClassName
{
background-color: #1BE008;
}
.BgClassName
{
background-color: #1BE008;
}
</style>
border-color css
<style>
span { border-color: #1BE008; }
span { border-color: rgb(27,224,8); }
td.TdClassName
{
border-color: #1BE008;
}
.TagClassName
{
border-color: #1BE008;
}
</style>