Shades of Free Speech Green #1BE91D
Tints of Free Speech Green #1BE91D
RGB
CMYK
RGB Variations
Color information
#1BE91D (or 0x1BE91D) is known color: Free Speech Green. HEX triplet: 1B, E9 and 1D. RGB value is (27,233,29). Sum of RGB (Red+Green+Blue) = 27+233+29=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 233 (91.41% from 255 or 80.62% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE91D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BE91D is #E416E2. Grayscale: #949494. Windows color (decimal): -14948067 or 1960219. OLE color: 1960219.
HSL color Cylindrical-coordinate representation of color #1BE91D: hue angle of 120.58º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE91D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 233 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.09 |
| HSL | 120.58º | 0.82% | 0.51% | - |
| HSV(B) | 120.58º | 0.88% | 0.91% | - |
| XYZ | 29.81 | 58.6 | 10.9 | - |
| YUV | 148.15 | 60.75 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 233 | 29 | 0.88 | 0 | 0.88 | 0.09 | 120.58 | 0.82 | 0.51 |
| Hex | 1B | E9 | 1D | 58 | 0 | 58 | 9 | 79 | 52 | 33 |
| Octal | 33 | 351 | 35 | 130 | 0 | 130 | 11 | 171 | 122 | 63 |
| Binary | 11011 | 11101001 | 11101 | 1011000 | 0 | 1011000 | 1001 | 1111001 | 1010010 | 110011 |
Color Harmonies of #1BE91D
Complementary color
Monochromatic Colors of #1BE91D
Black with #1BE91D
Text Example
Text Example
White with #1BE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE91D; }
p { color: rgb(27,233,29); }
H1.HeaderClassName
{
color: #1BE91D;
}
.AnyTagClassName
{
color: #1BE91D;
}
</style>
background-color css
<style>
a { background-color: #1BE91D; }
a { background-color: rgb(27,233,29); }
div.DivClassName
{
background-color: #1BE91D;
}
.BgClassName
{
background-color: #1BE91D;
}
</style>
border-color css
<style>
span { border-color: #1BE91D; }
span { border-color: rgb(27,233,29); }
td.TdClassName
{
border-color: #1BE91D;
}
.TagClassName
{
border-color: #1BE91D;
}
</style>