Shades of Free Speech Green #1BE80D
Tints of Free Speech Green #1BE80D
RGB
CMYK
RGB Variations
Color information
#1BE80D (or 0x1BE80D) is known color: Free Speech Green. HEX triplet: 1B, E8 and 0D. RGB value is (27,232,13). Sum of RGB (Red+Green+Blue) = 27+232+13=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 232 (91.02% from 255 or 85.29% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BE80D is #E417F2. Grayscale: #929292. Windows color (decimal): -14948339 or 911387. OLE color: 911387.
HSL color Cylindrical-coordinate representation of color #1BE80D: hue angle of 116.16º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BE80D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.09 |
| HSL | 116.16º | 0.89% | 0.48% | - |
| HSV(B) | 116.16º | 0.94% | 0.91% | - |
| XYZ | 29.38 | 57.98 | 10.02 | - |
| YUV | 145.74 | 53.08 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 13 | 0.88 | 0 | 0.94 | 0.09 | 116.16 | 0.89 | 0.48 |
| Hex | 1B | E8 | D | 58 | 0 | 5E | 9 | 74 | 59 | 30 |
| Octal | 33 | 350 | 15 | 130 | 0 | 136 | 11 | 164 | 131 | 60 |
| Binary | 11011 | 11101000 | 1101 | 1011000 | 0 | 1011110 | 1001 | 1110100 | 1011001 | 110000 |
Color Harmonies of #1BE80D
Complementary color
Monochromatic Colors of #1BE80D
Black with #1BE80D
Text Example
Text Example
White with #1BE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE80D; }
p { color: rgb(27,232,13); }
H1.HeaderClassName
{
color: #1BE80D;
}
.AnyTagClassName
{
color: #1BE80D;
}
</style>
background-color css
<style>
a { background-color: #1BE80D; }
a { background-color: rgb(27,232,13); }
div.DivClassName
{
background-color: #1BE80D;
}
.BgClassName
{
background-color: #1BE80D;
}
</style>
border-color css
<style>
span { border-color: #1BE80D; }
span { border-color: rgb(27,232,13); }
td.TdClassName
{
border-color: #1BE80D;
}
.TagClassName
{
border-color: #1BE80D;
}
</style>