Shades of Free Speech Green #1BE10D
Tints of Free Speech Green #1BE10D
RGB
CMYK
RGB Variations
Color information
#1BE10D (or 0x1BE10D) is known color: Free Speech Green. HEX triplet: 1B, E1 and 0D. RGB value is (27,225,13). Sum of RGB (Red+Green+Blue) = 27+225+13=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 225 (88.28% from 255 or 84.91% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE10D is #E41EF2. Grayscale: #8E8E8E. Windows color (decimal): -14950131 or 909595. OLE color: 909595.
HSL color Cylindrical-coordinate representation of color #1BE10D: hue angle of 116.04º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BE10D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.12 |
| HSL | 116.04º | 0.89% | 0.47% | - |
| HSV(B) | 116.04º | 0.94% | 0.88% | - |
| XYZ | 27.45 | 54.11 | 9.38 | - |
| YUV | 141.63 | 55.4 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 13 | 0.88 | 0 | 0.94 | 0.12 | 116.04 | 0.89 | 0.47 |
| Hex | 1B | E1 | D | 58 | 0 | 5E | C | 74 | 59 | 2F |
| Octal | 33 | 341 | 15 | 130 | 0 | 136 | 14 | 164 | 131 | 57 |
| Binary | 11011 | 11100001 | 1101 | 1011000 | 0 | 1011110 | 1100 | 1110100 | 1011001 | 101111 |
Color Harmonies of #1BE10D
Complementary color
Monochromatic Colors of #1BE10D
Black with #1BE10D
Text Example
Text Example
White with #1BE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE10D; }
p { color: rgb(27,225,13); }
H1.HeaderClassName
{
color: #1BE10D;
}
.AnyTagClassName
{
color: #1BE10D;
}
</style>
background-color css
<style>
a { background-color: #1BE10D; }
a { background-color: rgb(27,225,13); }
div.DivClassName
{
background-color: #1BE10D;
}
.BgClassName
{
background-color: #1BE10D;
}
</style>
border-color css
<style>
span { border-color: #1BE10D; }
span { border-color: rgb(27,225,13); }
td.TdClassName
{
border-color: #1BE10D;
}
.TagClassName
{
border-color: #1BE10D;
}
</style>