Shades of Electric Lime #C0FF11
Tints of Electric Lime #C0FF11
RGB
CMYK
RGB Variations
Color information
#C0FF11 (or 0xC0FF11) is known color: Electric Lime. HEX triplet: C0, FF and 11. RGB value is (192,255,17). Sum of RGB (Red+Green+Blue) = 192+255+17=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF11 is #3F00EE. Grayscale: #D1D1D1. Windows color (decimal): -4129007 or 1179584. OLE color: 1179584.
HSL color Cylindrical-coordinate representation of color #C0FF11: hue angle of 75.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0FF11 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 17 | - |
| CMYK | 0.25 | 0 | 0.93 | 0 |
| HSL | 75.88º | 1% | 0.53% | - |
| HSV(B) | 75.88º | 0.93% | 1% | - |
| XYZ | 57.6 | 82.77 | 13.47 | - |
| YUV | 209.03 | 19.63 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 17 | 0.25 | 0 | 0.93 | 0 | 75.88 | 1 | 0.53 |
| Hex | C0 | FF | 11 | 19 | 0 | 5D | 0 | 4C | 64 | 35 |
| Octal | 300 | 377 | 21 | 31 | 0 | 135 | 0 | 114 | 144 | 65 |
| Binary | 11000000 | 11111111 | 10001 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100100 | 110101 |
Color Harmonies of #C0FF11
Complementary color
Monochromatic Colors of #C0FF11
Black with #C0FF11
Text Example
Text Example
White with #C0FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF11; }
p { color: rgb(192,255,17); }
H1.HeaderClassName
{
color: #C0FF11;
}
.AnyTagClassName
{
color: #C0FF11;
}
</style>
background-color css
<style>
a { background-color: #C0FF11; }
a { background-color: rgb(192,255,17); }
div.DivClassName
{
background-color: #C0FF11;
}
.BgClassName
{
background-color: #C0FF11;
}
</style>
border-color css
<style>
span { border-color: #C0FF11; }
span { border-color: rgb(192,255,17); }
td.TdClassName
{
border-color: #C0FF11;
}
.TagClassName
{
border-color: #C0FF11;
}
</style>