Shades of Free Speech Green #1BEE16
Tints of Free Speech Green #1BEE16
RGB
CMYK
RGB Variations
Color information
#1BEE16 (or 0x1BEE16) is known color: Free Speech Green. HEX triplet: 1B, EE and 16. RGB value is (27,238,22). Sum of RGB (Red+Green+Blue) = 27+238+22=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 238 (93.36% from 255 or 82.93% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BEE16 is #E411E9. Grayscale: #969696. Windows color (decimal): -14946794 or 1502747. OLE color: 1502747.
HSL color Cylindrical-coordinate representation of color #1BEE16: hue angle of 118.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BEE16 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 22 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.07 |
| HSL | 118.61º | 0.86% | 0.51% | - |
| HSV(B) | 118.61º | 0.91% | 0.93% | - |
| XYZ | 31.17 | 61.44 | 10.98 | - |
| YUV | 150.29 | 55.6 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 22 | 0.89 | 0 | 0.91 | 0.07 | 118.61 | 0.86 | 0.51 |
| Hex | 1B | EE | 16 | 59 | 0 | 5B | 7 | 77 | 56 | 33 |
| Octal | 33 | 356 | 26 | 131 | 0 | 133 | 7 | 167 | 126 | 63 |
| Binary | 11011 | 11101110 | 10110 | 1011001 | 0 | 1011011 | 111 | 1110111 | 1010110 | 110011 |
Color Harmonies of #1BEE16
Complementary color
Monochromatic Colors of #1BEE16
Black with #1BEE16
Text Example
Text Example
White with #1BEE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEE16; }
p { color: rgb(27,238,22); }
H1.HeaderClassName
{
color: #1BEE16;
}
.AnyTagClassName
{
color: #1BEE16;
}
</style>
background-color css
<style>
a { background-color: #1BEE16; }
a { background-color: rgb(27,238,22); }
div.DivClassName
{
background-color: #1BEE16;
}
.BgClassName
{
background-color: #1BEE16;
}
</style>
border-color css
<style>
span { border-color: #1BEE16; }
span { border-color: rgb(27,238,22); }
td.TdClassName
{
border-color: #1BEE16;
}
.TagClassName
{
border-color: #1BEE16;
}
</style>