Shades of Electric Lime #C0ED00
Tints of Electric Lime #C0ED00
RGB
CMYK
RGB Variations
Color information
#C0ED00 (or 0xC0ED00) is known color: Electric Lime. HEX triplet: C0, ED and 00. RGB value is (192,237,0). Sum of RGB (Red+Green+Blue) = 192+237+0=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0ED00 is #3F12FF. Grayscale: #C5C5C5. Windows color (decimal): -4133632 or 60864. OLE color: 60864.
HSL color Cylindrical-coordinate representation of color #C0ED00: hue angle of 71.39º 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 #C0ED00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.39º | 1% | 0.46% | - |
| HSV(B) | 71.39º | 1% | 0.93% | - |
| XYZ | 52.02 | 71.77 | 11.11 | - |
| YUV | 196.53 | 17.09 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 0 | 0.19 | 0 | 1 | 0.07 | 71.39 | 1 | 0.46 |
| Hex | C0 | ED | 0 | 13 | 0 | 64 | 7 | 47 | 64 | 2E |
| Octal | 300 | 355 | 0 | 23 | 0 | 144 | 7 | 107 | 144 | 56 |
| Binary | 11000000 | 11101101 | 0 | 10011 | 0 | 1100100 | 111 | 1000111 | 1100100 | 101110 |
Color Harmonies of #C0ED00
Complementary color
Monochromatic Colors of #C0ED00
Black with #C0ED00
Text Example
Text Example
White with #C0ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED00; }
p { color: rgb(192,237,0); }
H1.HeaderClassName
{
color: #C0ED00;
}
.AnyTagClassName
{
color: #C0ED00;
}
</style>
background-color css
<style>
a { background-color: #C0ED00; }
a { background-color: rgb(192,237,0); }
div.DivClassName
{
background-color: #C0ED00;
}
.BgClassName
{
background-color: #C0ED00;
}
</style>
border-color css
<style>
span { border-color: #C0ED00; }
span { border-color: rgb(192,237,0); }
td.TdClassName
{
border-color: #C0ED00;
}
.TagClassName
{
border-color: #C0ED00;
}
</style>