Shades of Electric Lime #C0EE05
Tints of Electric Lime #C0EE05
RGB
CMYK
RGB Variations
Color information
#C0EE05 (or 0xC0EE05) is known color: Electric Lime. HEX triplet: C0, EE and 05. RGB value is (192,238,5). Sum of RGB (Red+Green+Blue) = 192+238+5=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EE05 is #3F11FA. Grayscale: #C6C6C6. Windows color (decimal): -4133371 or 388800. OLE color: 388800.
HSL color Cylindrical-coordinate representation of color #C0EE05: hue angle of 71.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0EE05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.07 |
| HSL | 71.85º | 0.96% | 0.48% | - |
| HSV(B) | 71.85º | 0.98% | 0.93% | - |
| XYZ | 52.34 | 72.37 | 11.35 | - |
| YUV | 197.68 | 19.26 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 5 | 0.19 | 0 | 0.98 | 0.07 | 71.85 | 0.96 | 0.48 |
| Hex | C0 | EE | 5 | 13 | 0 | 62 | 7 | 48 | 60 | 30 |
| Octal | 300 | 356 | 5 | 23 | 0 | 142 | 7 | 110 | 140 | 60 |
| Binary | 11000000 | 11101110 | 101 | 10011 | 0 | 1100010 | 111 | 1001000 | 1100000 | 110000 |
Color Harmonies of #C0EE05
Complementary color
Monochromatic Colors of #C0EE05
Black with #C0EE05
Text Example
Text Example
White with #C0EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE05; }
p { color: rgb(192,238,5); }
H1.HeaderClassName
{
color: #C0EE05;
}
.AnyTagClassName
{
color: #C0EE05;
}
</style>
background-color css
<style>
a { background-color: #C0EE05; }
a { background-color: rgb(192,238,5); }
div.DivClassName
{
background-color: #C0EE05;
}
.BgClassName
{
background-color: #C0EE05;
}
</style>
border-color css
<style>
span { border-color: #C0EE05; }
span { border-color: rgb(192,238,5); }
td.TdClassName
{
border-color: #C0EE05;
}
.TagClassName
{
border-color: #C0EE05;
}
</style>