Shades of Free Speech Green #00EC2A
Tints of Free Speech Green #00EC2A
RGB
CMYK
RGB Variations
Color information
#00EC2A (or 0x00EC2A) is known color: Free Speech Green. HEX triplet: 00, EC and 2A. RGB value is (0,236,42). Sum of RGB (Red+Green+Blue) = 0+236+42=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 236 (92.58% from 255 or 84.89% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EC2A is #FF13D5. Grayscale: #8F8F8F. Windows color (decimal): -16716758 or 2812928. OLE color: 2812928.
HSL color Cylindrical-coordinate representation of color #00EC2A: hue angle of 130.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EC2A is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 42 | - |
| CMYK | 1 | 0 | 0.82 | 0.07 |
| HSL | 130.68º | 1% | 0.46% | - |
| HSV(B) | 130.68º | 1% | 0.93% | - |
| XYZ | 30.41 | 60.16 | 12.2 | - |
| YUV | 143.32 | 70.81 | 25.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 42 | 1 | 0 | 0.82 | 0.07 | 130.68 | 1 | 0.46 |
| Hex | 0 | EC | 2A | 64 | 0 | 52 | 7 | 83 | 64 | 2E |
| Octal | 0 | 354 | 52 | 144 | 0 | 122 | 7 | 203 | 144 | 56 |
| Binary | 0 | 11101100 | 101010 | 1100100 | 0 | 1010010 | 111 | 10000011 | 1100100 | 101110 |
Color Harmonies of #00EC2A
Complementary color
Monochromatic Colors of #00EC2A
Black with #00EC2A
Text Example
Text Example
White with #00EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC2A; }
p { color: rgb(0,236,42); }
H1.HeaderClassName
{
color: #00EC2A;
}
.AnyTagClassName
{
color: #00EC2A;
}
</style>
background-color css
<style>
a { background-color: #00EC2A; }
a { background-color: rgb(0,236,42); }
div.DivClassName
{
background-color: #00EC2A;
}
.BgClassName
{
background-color: #00EC2A;
}
</style>
border-color css
<style>
span { border-color: #00EC2A; }
span { border-color: rgb(0,236,42); }
td.TdClassName
{
border-color: #00EC2A;
}
.TagClassName
{
border-color: #00EC2A;
}
</style>