Shades of Free Speech Green #01EC2B
Tints of Free Speech Green #01EC2B
RGB
CMYK
RGB Variations
Color information
#01EC2B (or 0x01EC2B) is known color: Free Speech Green. HEX triplet: 01, EC and 2B. RGB value is (1,236,43). Sum of RGB (Red+Green+Blue) = 1+236+43=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC2B is #FE13D4. Grayscale: #909090. Windows color (decimal): -16651221 or 2878465. OLE color: 2878465.
HSL color Cylindrical-coordinate representation of color #01EC2B: hue angle of 130.72º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC2B is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 43 | - |
| CMYK | 1.00 | 0 | 0.82 | 0.07 |
| HSL | 130.72º | 0.99% | 0.46% | - |
| HSV(B) | 130.72º | 1% | 0.93% | - |
| XYZ | 30.44 | 60.17 | 12.3 | - |
| YUV | 143.73 | 71.14 | 26.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 43 | 1.00 | 0 | 0.82 | 0.07 | 130.72 | 0.99 | 0.46 |
| Hex | 1 | EC | 2B | 64 | 0 | 52 | 7 | 83 | 63 | 2E |
| Octal | 1 | 354 | 53 | 144 | 0 | 122 | 7 | 203 | 143 | 56 |
| Binary | 1 | 11101100 | 101011 | 1100100 | 0 | 1010010 | 111 | 10000011 | 1100011 | 101110 |
Color Harmonies of #01EC2B
Complementary color
Monochromatic Colors of #01EC2B
Black with #01EC2B
Text Example
Text Example
White with #01EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC2B; }
p { color: rgb(1,236,43); }
H1.HeaderClassName
{
color: #01EC2B;
}
.AnyTagClassName
{
color: #01EC2B;
}
</style>
background-color css
<style>
a { background-color: #01EC2B; }
a { background-color: rgb(1,236,43); }
div.DivClassName
{
background-color: #01EC2B;
}
.BgClassName
{
background-color: #01EC2B;
}
</style>
border-color css
<style>
span { border-color: #01EC2B; }
span { border-color: rgb(1,236,43); }
td.TdClassName
{
border-color: #01EC2B;
}
.TagClassName
{
border-color: #01EC2B;
}
</style>