Shades of Free Speech Green #1BE11C
Tints of Free Speech Green #1BE11C
RGB
CMYK
RGB Variations
Color information
#1BE11C (or 0x1BE11C) is known color: Free Speech Green. HEX triplet: 1B, E1 and 1C. RGB value is (27,225,28). Sum of RGB (Red+Green+Blue) = 27+225+28=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 225 (88.28% from 255 or 80.36% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE11C is #E41EE3. Grayscale: #8F8F8F. Windows color (decimal): -14950116 or 1892635. OLE color: 1892635.
HSL color Cylindrical-coordinate representation of color #1BE11C: hue angle of 120.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE11C is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 28 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.12 |
| HSL | 120.3º | 0.79% | 0.49% | - |
| HSV(B) | 120.3º | 0.88% | 0.88% | - |
| XYZ | 27.59 | 54.17 | 10.1 | - |
| YUV | 143.34 | 62.9 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 28 | 0.88 | 0 | 0.88 | 0.12 | 120.3 | 0.79 | 0.49 |
| Hex | 1B | E1 | 1C | 58 | 0 | 58 | C | 78 | 4F | 31 |
| Octal | 33 | 341 | 34 | 130 | 0 | 130 | 14 | 170 | 117 | 61 |
| Binary | 11011 | 11100001 | 11100 | 1011000 | 0 | 1011000 | 1100 | 1111000 | 1001111 | 110001 |
Color Harmonies of #1BE11C
Complementary color
Monochromatic Colors of #1BE11C
Black with #1BE11C
Text Example
Text Example
White with #1BE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE11C; }
p { color: rgb(27,225,28); }
H1.HeaderClassName
{
color: #1BE11C;
}
.AnyTagClassName
{
color: #1BE11C;
}
</style>
background-color css
<style>
a { background-color: #1BE11C; }
a { background-color: rgb(27,225,28); }
div.DivClassName
{
background-color: #1BE11C;
}
.BgClassName
{
background-color: #1BE11C;
}
</style>
border-color css
<style>
span { border-color: #1BE11C; }
span { border-color: rgb(27,225,28); }
td.TdClassName
{
border-color: #1BE11C;
}
.TagClassName
{
border-color: #1BE11C;
}
</style>