Shades of Lime #00EC01
Tints of Lime #00EC01
RGB
CMYK
RGB Variations
Color information
#00EC01 (or 0x00EC01) is known color: Lime. HEX triplet: 00, EC and 01. RGB value is (0,236,1). Sum of RGB (Red+Green+Blue) = 0+236+1=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 236 (92.58% from 255 or 99.58% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EC01 is #FF13FE. Grayscale: #8B8B8B. Windows color (decimal): -16716799 or 125952. OLE color: 125952.
HSL color Cylindrical-coordinate representation of color #00EC01: hue angle of 120.25º 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 #00EC01 is Cyan = 1, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 1 | - |
| CMYK | 1 | 0 | 1.00 | 0.07 |
| HSL | 120.25º | 1% | 0.46% | - |
| HSV(B) | 120.25º | 1% | 0.93% | - |
| XYZ | 30 | 59.99 | 10.03 | - |
| YUV | 138.65 | 50.31 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 1 | 1 | 0 | 1.00 | 0.07 | 120.25 | 1 | 0.46 |
| Hex | 0 | EC | 1 | 64 | 0 | 64 | 7 | 78 | 64 | 2E |
| Octal | 0 | 354 | 1 | 144 | 0 | 144 | 7 | 170 | 144 | 56 |
| Binary | 0 | 11101100 | 1 | 1100100 | 0 | 1100100 | 111 | 1111000 | 1100100 | 101110 |
Color Harmonies of #00EC01
Complementary color
Monochromatic Colors of #00EC01
Black with #00EC01
Text Example
Text Example
White with #00EC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC01; }
p { color: rgb(0,236,1); }
H1.HeaderClassName
{
color: #00EC01;
}
.AnyTagClassName
{
color: #00EC01;
}
</style>
background-color css
<style>
a { background-color: #00EC01; }
a { background-color: rgb(0,236,1); }
div.DivClassName
{
background-color: #00EC01;
}
.BgClassName
{
background-color: #00EC01;
}
</style>
border-color css
<style>
span { border-color: #00EC01; }
span { border-color: rgb(0,236,1); }
td.TdClassName
{
border-color: #00EC01;
}
.TagClassName
{
border-color: #00EC01;
}
</style>