Shades of Electric Lime #C0ED02
Tints of Electric Lime #C0ED02
RGB
CMYK
RGB Variations
Color information
#C0ED02 (or 0xC0ED02) is known color: Electric Lime. HEX triplet: C0, ED and 02. RGB value is (192,237,2). Sum of RGB (Red+Green+Blue) = 192+237+2=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0ED02 is #3F12FD. Grayscale: #C5C5C5. Windows color (decimal): -4133630 or 191936. OLE color: 191936.
HSL color Cylindrical-coordinate representation of color #C0ED02: hue angle of 71.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0ED02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.07 |
| HSL | 71.49º | 0.98% | 0.47% | - |
| HSV(B) | 71.49º | 0.99% | 0.93% | - |
| XYZ | 52.03 | 71.78 | 11.17 | - |
| YUV | 196.76 | 18.09 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 2 | 0.19 | 0 | 0.99 | 0.07 | 71.49 | 0.98 | 0.47 |
| Hex | C0 | ED | 2 | 13 | 0 | 63 | 7 | 47 | 62 | 2F |
| Octal | 300 | 355 | 2 | 23 | 0 | 143 | 7 | 107 | 142 | 57 |
| Binary | 11000000 | 11101101 | 10 | 10011 | 0 | 1100011 | 111 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C0ED02
Complementary color
Monochromatic Colors of #C0ED02
Black with #C0ED02
Text Example
Text Example
White with #C0ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED02; }
p { color: rgb(192,237,2); }
H1.HeaderClassName
{
color: #C0ED02;
}
.AnyTagClassName
{
color: #C0ED02;
}
</style>
background-color css
<style>
a { background-color: #C0ED02; }
a { background-color: rgb(192,237,2); }
div.DivClassName
{
background-color: #C0ED02;
}
.BgClassName
{
background-color: #C0ED02;
}
</style>
border-color css
<style>
span { border-color: #C0ED02; }
span { border-color: rgb(192,237,2); }
td.TdClassName
{
border-color: #C0ED02;
}
.TagClassName
{
border-color: #C0ED02;
}
</style>