Shades of Electric Lime #C0EC00
Tints of Electric Lime #C0EC00
RGB
CMYK
RGB Variations
Color information
#C0EC00 (or 0xC0EC00) is known color: Electric Lime. HEX triplet: C0, EC and 00. RGB value is (192,236,0). Sum of RGB (Red+Green+Blue) = 192+236+0=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 236 (92.58% from 255 or 55.14% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EC00 is #3F13FF. Grayscale: #C4C4C4. Windows color (decimal): -4133888 or 60608. OLE color: 60608.
HSL color Cylindrical-coordinate representation of color #C0EC00: hue angle of 71.19º 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 #C0EC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.19º | 1% | 0.46% | - |
| HSV(B) | 71.19º | 1% | 0.93% | - |
| XYZ | 51.73 | 71.2 | 11.02 | - |
| YUV | 195.94 | 17.42 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 0 | 0.19 | 0 | 1 | 0.07 | 71.19 | 1 | 0.46 |
| Hex | C0 | EC | 0 | 13 | 0 | 64 | 7 | 47 | 64 | 2E |
| Octal | 300 | 354 | 0 | 23 | 0 | 144 | 7 | 107 | 144 | 56 |
| Binary | 11000000 | 11101100 | 0 | 10011 | 0 | 1100100 | 111 | 1000111 | 1100100 | 101110 |
Color Harmonies of #C0EC00
Complementary color
Monochromatic Colors of #C0EC00
Black with #C0EC00
Text Example
Text Example
White with #C0EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC00; }
p { color: rgb(192,236,0); }
H1.HeaderClassName
{
color: #C0EC00;
}
.AnyTagClassName
{
color: #C0EC00;
}
</style>
background-color css
<style>
a { background-color: #C0EC00; }
a { background-color: rgb(192,236,0); }
div.DivClassName
{
background-color: #C0EC00;
}
.BgClassName
{
background-color: #C0EC00;
}
</style>
border-color css
<style>
span { border-color: #C0EC00; }
span { border-color: rgb(192,236,0); }
td.TdClassName
{
border-color: #C0EC00;
}
.TagClassName
{
border-color: #C0EC00;
}
</style>