Shades of Electric Lime #C0FC11
Tints of Electric Lime #C0FC11
RGB
CMYK
RGB Variations
Color information
#C0FC11 (or 0xC0FC11) is known color: Electric Lime. HEX triplet: C0, FC and 11. RGB value is (192,252,17). Sum of RGB (Red+Green+Blue) = 192+252+17=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC11 is #3F03EE. Grayscale: #D0D0D0. Windows color (decimal): -4129775 or 1178816. OLE color: 1178816.
HSL color Cylindrical-coordinate representation of color #C0FC11: hue angle of 75.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0FC11 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 17 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.01 |
| HSL | 75.32º | 0.98% | 0.53% | - |
| HSV(B) | 75.32º | 0.93% | 0.99% | - |
| XYZ | 56.65 | 80.87 | 13.15 | - |
| YUV | 207.27 | 20.62 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 17 | 0.24 | 0 | 0.93 | 0.01 | 75.32 | 0.98 | 0.53 |
| Hex | C0 | FC | 11 | 18 | 0 | 5D | 1 | 4B | 62 | 35 |
| Octal | 300 | 374 | 21 | 30 | 0 | 135 | 1 | 113 | 142 | 65 |
| Binary | 11000000 | 11111100 | 10001 | 11000 | 0 | 1011101 | 1 | 1001011 | 1100010 | 110101 |
Color Harmonies of #C0FC11
Complementary color
Monochromatic Colors of #C0FC11
Black with #C0FC11
Text Example
Text Example
White with #C0FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC11; }
p { color: rgb(192,252,17); }
H1.HeaderClassName
{
color: #C0FC11;
}
.AnyTagClassName
{
color: #C0FC11;
}
</style>
background-color css
<style>
a { background-color: #C0FC11; }
a { background-color: rgb(192,252,17); }
div.DivClassName
{
background-color: #C0FC11;
}
.BgClassName
{
background-color: #C0FC11;
}
</style>
border-color css
<style>
span { border-color: #C0FC11; }
span { border-color: rgb(192,252,17); }
td.TdClassName
{
border-color: #C0FC11;
}
.TagClassName
{
border-color: #C0FC11;
}
</style>