Shades of Electric Lime #C0ED01
Tints of Electric Lime #C0ED01
RGB
CMYK
RGB Variations
Color information
#C0ED01 (or 0xC0ED01) is known color: Electric Lime. HEX triplet: C0, ED and 01. RGB value is (192,237,1). Sum of RGB (Red+Green+Blue) = 192+237+1=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0ED01 is #3F12FE. Grayscale: #C5C5C5. Windows color (decimal): -4133631 or 126400. OLE color: 126400.
HSL color Cylindrical-coordinate representation of color #C0ED01: hue angle of 71.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0ED01 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.07 |
| HSL | 71.44º | 0.99% | 0.47% | - |
| HSV(B) | 71.44º | 1% | 0.93% | - |
| XYZ | 52.03 | 71.78 | 11.14 | - |
| YUV | 196.64 | 17.59 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 1 | 0.19 | 0 | 1.00 | 0.07 | 71.44 | 0.99 | 0.47 |
| Hex | C0 | ED | 1 | 13 | 0 | 64 | 7 | 47 | 63 | 2F |
| Octal | 300 | 355 | 1 | 23 | 0 | 144 | 7 | 107 | 143 | 57 |
| Binary | 11000000 | 11101101 | 1 | 10011 | 0 | 1100100 | 111 | 1000111 | 1100011 | 101111 |
Color Harmonies of #C0ED01
Complementary color
Monochromatic Colors of #C0ED01
Black with #C0ED01
Text Example
Text Example
White with #C0ED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED01; }
p { color: rgb(192,237,1); }
H1.HeaderClassName
{
color: #C0ED01;
}
.AnyTagClassName
{
color: #C0ED01;
}
</style>
background-color css
<style>
a { background-color: #C0ED01; }
a { background-color: rgb(192,237,1); }
div.DivClassName
{
background-color: #C0ED01;
}
.BgClassName
{
background-color: #C0ED01;
}
</style>
border-color css
<style>
span { border-color: #C0ED01; }
span { border-color: rgb(192,237,1); }
td.TdClassName
{
border-color: #C0ED01;
}
.TagClassName
{
border-color: #C0ED01;
}
</style>