Shades of Free Speech Green #1BE30D
Tints of Free Speech Green #1BE30D
RGB
CMYK
RGB Variations
Color information
#1BE30D (or 0x1BE30D) is known color: Free Speech Green. HEX triplet: 1B, E3 and 0D. RGB value is (27,227,13). Sum of RGB (Red+Green+Blue) = 27+227+13=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 227 (89.06% from 255 or 85.02% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE30D is #E41CF2. Grayscale: #8F8F8F. Windows color (decimal): -14949619 or 910107. OLE color: 910107.
HSL color Cylindrical-coordinate representation of color #1BE30D: hue angle of 116.07º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BE30D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.11 |
| HSL | 116.07º | 0.89% | 0.47% | - |
| HSV(B) | 116.07º | 0.94% | 0.89% | - |
| XYZ | 27.99 | 55.2 | 9.56 | - |
| YUV | 142.8 | 54.74 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 13 | 0.88 | 0 | 0.94 | 0.11 | 116.07 | 0.89 | 0.47 |
| Hex | 1B | E3 | D | 58 | 0 | 5E | B | 74 | 59 | 2F |
| Octal | 33 | 343 | 15 | 130 | 0 | 136 | 13 | 164 | 131 | 57 |
| Binary | 11011 | 11100011 | 1101 | 1011000 | 0 | 1011110 | 1011 | 1110100 | 1011001 | 101111 |
Color Harmonies of #1BE30D
Complementary color
Monochromatic Colors of #1BE30D
Black with #1BE30D
Text Example
Text Example
White with #1BE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE30D; }
p { color: rgb(27,227,13); }
H1.HeaderClassName
{
color: #1BE30D;
}
.AnyTagClassName
{
color: #1BE30D;
}
</style>
background-color css
<style>
a { background-color: #1BE30D; }
a { background-color: rgb(27,227,13); }
div.DivClassName
{
background-color: #1BE30D;
}
.BgClassName
{
background-color: #1BE30D;
}
</style>
border-color css
<style>
span { border-color: #1BE30D; }
span { border-color: rgb(27,227,13); }
td.TdClassName
{
border-color: #1BE30D;
}
.TagClassName
{
border-color: #1BE30D;
}
</style>