Shades of Free Speech Green #1BE812
Tints of Free Speech Green #1BE812
RGB
CMYK
RGB Variations
Color information
#1BE812 (or 0x1BE812) is known color: Free Speech Green. HEX triplet: 1B, E8 and 12. RGB value is (27,232,18). Sum of RGB (Red+Green+Blue) = 27+232+18=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 232 (91.02% from 255 or 83.75% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE812 is #E417ED. Grayscale: #929292. Windows color (decimal): -14948334 or 1239067. OLE color: 1239067.
HSL color Cylindrical-coordinate representation of color #1BE812: hue angle of 117.48º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BE812 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.09 |
| HSL | 117.48º | 0.86% | 0.49% | - |
| HSV(B) | 117.48º | 0.92% | 0.91% | - |
| XYZ | 29.42 | 57.99 | 10.21 | - |
| YUV | 146.31 | 55.58 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 18 | 0.88 | 0 | 0.92 | 0.09 | 117.48 | 0.86 | 0.49 |
| Hex | 1B | E8 | 12 | 58 | 0 | 5C | 9 | 75 | 56 | 31 |
| Octal | 33 | 350 | 22 | 130 | 0 | 134 | 11 | 165 | 126 | 61 |
| Binary | 11011 | 11101000 | 10010 | 1011000 | 0 | 1011100 | 1001 | 1110101 | 1010110 | 110001 |
Color Harmonies of #1BE812
Complementary color
Monochromatic Colors of #1BE812
Black with #1BE812
Text Example
Text Example
White with #1BE812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE812; }
p { color: rgb(27,232,18); }
H1.HeaderClassName
{
color: #1BE812;
}
.AnyTagClassName
{
color: #1BE812;
}
</style>
background-color css
<style>
a { background-color: #1BE812; }
a { background-color: rgb(27,232,18); }
div.DivClassName
{
background-color: #1BE812;
}
.BgClassName
{
background-color: #1BE812;
}
</style>
border-color css
<style>
span { border-color: #1BE812; }
span { border-color: rgb(27,232,18); }
td.TdClassName
{
border-color: #1BE812;
}
.TagClassName
{
border-color: #1BE812;
}
</style>