Shades of Electric Lime #C0EF05
Tints of Electric Lime #C0EF05
RGB
CMYK
RGB Variations
Color information
#C0EF05 (or 0xC0EF05) is known color: Electric Lime. HEX triplet: C0, EF and 05. RGB value is (192,239,5). Sum of RGB (Red+Green+Blue) = 192+239+5=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EF05 is #3F10FA. Grayscale: #C7C7C7. Windows color (decimal): -4133115 or 389056. OLE color: 389056.
HSL color Cylindrical-coordinate representation of color #C0EF05: hue angle of 72.05º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0EF05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.06 |
| HSL | 72.05º | 0.96% | 0.48% | - |
| HSV(B) | 72.05º | 0.98% | 0.94% | - |
| XYZ | 52.63 | 72.95 | 11.45 | - |
| YUV | 198.27 | 18.93 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 5 | 0.20 | 0 | 0.98 | 0.06 | 72.05 | 0.96 | 0.48 |
| Hex | C0 | EF | 5 | 14 | 0 | 62 | 6 | 48 | 60 | 30 |
| Octal | 300 | 357 | 5 | 24 | 0 | 142 | 6 | 110 | 140 | 60 |
| Binary | 11000000 | 11101111 | 101 | 10100 | 0 | 1100010 | 110 | 1001000 | 1100000 | 110000 |
Color Harmonies of #C0EF05
Complementary color
Monochromatic Colors of #C0EF05
Black with #C0EF05
Text Example
Text Example
White with #C0EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF05; }
p { color: rgb(192,239,5); }
H1.HeaderClassName
{
color: #C0EF05;
}
.AnyTagClassName
{
color: #C0EF05;
}
</style>
background-color css
<style>
a { background-color: #C0EF05; }
a { background-color: rgb(192,239,5); }
div.DivClassName
{
background-color: #C0EF05;
}
.BgClassName
{
background-color: #C0EF05;
}
</style>
border-color css
<style>
span { border-color: #C0EF05; }
span { border-color: rgb(192,239,5); }
td.TdClassName
{
border-color: #C0EF05;
}
.TagClassName
{
border-color: #C0EF05;
}
</style>