Shades of Free Speech Green #1BEC1E
Tints of Free Speech Green #1BEC1E
RGB
CMYK
RGB Variations
Color information
#1BEC1E (or 0x1BEC1E) is known color: Free Speech Green. HEX triplet: 1B, EC and 1E. RGB value is (27,236,30). Sum of RGB (Red+Green+Blue) = 27+236+30=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 236 (92.58% from 255 or 80.55% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 236 - color contains mainly: green. Hex color #1BEC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEC1E is #E413E1. Grayscale: #969696. Windows color (decimal): -14947298 or 2026523. OLE color: 2026523.
HSL color Cylindrical-coordinate representation of color #1BEC1E: hue angle of 120.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEC1E is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 30 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.07 |
| HSL | 120.86º | 0.85% | 0.52% | - |
| HSV(B) | 120.86º | 0.89% | 0.93% | - |
| XYZ | 30.68 | 60.32 | 11.25 | - |
| YUV | 150.03 | 60.26 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 30 | 0.89 | 0 | 0.87 | 0.07 | 120.86 | 0.85 | 0.52 |
| Hex | 1B | EC | 1E | 59 | 0 | 57 | 7 | 79 | 55 | 34 |
| Octal | 33 | 354 | 36 | 131 | 0 | 127 | 7 | 171 | 125 | 64 |
| Binary | 11011 | 11101100 | 11110 | 1011001 | 0 | 1010111 | 111 | 1111001 | 1010101 | 110100 |
Color Harmonies of #1BEC1E
Complementary color
Monochromatic Colors of #1BEC1E
Black with #1BEC1E
Text Example
Text Example
White with #1BEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEC1E; }
p { color: rgb(27,236,30); }
H1.HeaderClassName
{
color: #1BEC1E;
}
.AnyTagClassName
{
color: #1BEC1E;
}
</style>
background-color css
<style>
a { background-color: #1BEC1E; }
a { background-color: rgb(27,236,30); }
div.DivClassName
{
background-color: #1BEC1E;
}
.BgClassName
{
background-color: #1BEC1E;
}
</style>
border-color css
<style>
span { border-color: #1BEC1E; }
span { border-color: rgb(27,236,30); }
td.TdClassName
{
border-color: #1BEC1E;
}
.TagClassName
{
border-color: #1BEC1E;
}
</style>