Shades of Free Speech Green #00EC28
Tints of Free Speech Green #00EC28
RGB
CMYK
RGB Variations
Color information
#00EC28 (or 0x00EC28) is known color: Free Speech Green. HEX triplet: 00, EC and 28. RGB value is (0,236,40). Sum of RGB (Red+Green+Blue) = 0+236+40=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 236 (92.58% from 255 or 85.51% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EC28 is #FF13D7. Grayscale: #8F8F8F. Windows color (decimal): -16716760 or 2681856. OLE color: 2681856.
HSL color Cylindrical-coordinate representation of color #00EC28: hue angle of 130.17º 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 #00EC28 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 40 | - |
| CMYK | 1 | 0 | 0.83 | 0.07 |
| HSL | 130.17º | 1% | 0.46% | - |
| HSV(B) | 130.17º | 1% | 0.93% | - |
| XYZ | 30.38 | 60.14 | 12.02 | - |
| YUV | 143.09 | 69.81 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 40 | 1 | 0 | 0.83 | 0.07 | 130.17 | 1 | 0.46 |
| Hex | 0 | EC | 28 | 64 | 0 | 53 | 7 | 82 | 64 | 2E |
| Octal | 0 | 354 | 50 | 144 | 0 | 123 | 7 | 202 | 144 | 56 |
| Binary | 0 | 11101100 | 101000 | 1100100 | 0 | 1010011 | 111 | 10000010 | 1100100 | 101110 |
Color Harmonies of #00EC28
Complementary color
Monochromatic Colors of #00EC28
Black with #00EC28
Text Example
Text Example
White with #00EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC28; }
p { color: rgb(0,236,40); }
H1.HeaderClassName
{
color: #00EC28;
}
.AnyTagClassName
{
color: #00EC28;
}
</style>
background-color css
<style>
a { background-color: #00EC28; }
a { background-color: rgb(0,236,40); }
div.DivClassName
{
background-color: #00EC28;
}
.BgClassName
{
background-color: #00EC28;
}
</style>
border-color css
<style>
span { border-color: #00EC28; }
span { border-color: rgb(0,236,40); }
td.TdClassName
{
border-color: #00EC28;
}
.TagClassName
{
border-color: #00EC28;
}
</style>