Shades of Free Speech Green #01EC2E
Tints of Free Speech Green #01EC2E
RGB
CMYK
RGB Variations
Color information
#01EC2E (or 0x01EC2E) is known color: Free Speech Green. HEX triplet: 01, EC and 2E. RGB value is (1,236,46). Sum of RGB (Red+Green+Blue) = 1+236+46=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 236 (92.58% from 255 or 83.39% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC2E is #FE13D1. Grayscale: #909090. Windows color (decimal): -16651218 or 3075073. OLE color: 3075073.
HSL color Cylindrical-coordinate representation of color #01EC2E: hue angle of 131.49º 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 #01EC2E is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 46 | - |
| CMYK | 1.00 | 0 | 0.81 | 0.07 |
| HSL | 131.49º | 0.99% | 0.46% | - |
| HSV(B) | 131.49º | 1% | 0.93% | - |
| XYZ | 30.5 | 60.19 | 12.6 | - |
| YUV | 144.08 | 72.64 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 46 | 1.00 | 0 | 0.81 | 0.07 | 131.49 | 0.99 | 0.46 |
| Hex | 1 | EC | 2E | 64 | 0 | 51 | 7 | 83 | 63 | 2E |
| Octal | 1 | 354 | 56 | 144 | 0 | 121 | 7 | 203 | 143 | 56 |
| Binary | 1 | 11101100 | 101110 | 1100100 | 0 | 1010001 | 111 | 10000011 | 1100011 | 101110 |
Color Harmonies of #01EC2E
Complementary color
Monochromatic Colors of #01EC2E
Black with #01EC2E
Text Example
Text Example
White with #01EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC2E; }
p { color: rgb(1,236,46); }
H1.HeaderClassName
{
color: #01EC2E;
}
.AnyTagClassName
{
color: #01EC2E;
}
</style>
background-color css
<style>
a { background-color: #01EC2E; }
a { background-color: rgb(1,236,46); }
div.DivClassName
{
background-color: #01EC2E;
}
.BgClassName
{
background-color: #01EC2E;
}
</style>
border-color css
<style>
span { border-color: #01EC2E; }
span { border-color: rgb(1,236,46); }
td.TdClassName
{
border-color: #01EC2E;
}
.TagClassName
{
border-color: #01EC2E;
}
</style>