Shades of Electric Lime #C0FC13
Tints of Electric Lime #C0FC13
RGB
CMYK
RGB Variations
Color information
#C0FC13 (or 0xC0FC13) is known color: Electric Lime. HEX triplet: C0, FC and 13. RGB value is (192,252,19). Sum of RGB (Red+Green+Blue) = 192+252+19=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC13 is #3F03EC. Grayscale: #D0D0D0. Windows color (decimal): -4129773 or 1309888. OLE color: 1309888.
HSL color Cylindrical-coordinate representation of color #C0FC13: hue angle of 75.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0FC13 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.01 |
| HSL | 75.45º | 0.97% | 0.53% | - |
| HSV(B) | 75.45º | 0.92% | 0.99% | - |
| XYZ | 56.67 | 80.87 | 13.24 | - |
| YUV | 207.5 | 21.62 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 19 | 0.24 | 0 | 0.92 | 0.01 | 75.45 | 0.97 | 0.53 |
| Hex | C0 | FC | 13 | 18 | 0 | 5C | 1 | 4B | 61 | 35 |
| Octal | 300 | 374 | 23 | 30 | 0 | 134 | 1 | 113 | 141 | 65 |
| Binary | 11000000 | 11111100 | 10011 | 11000 | 0 | 1011100 | 1 | 1001011 | 1100001 | 110101 |
Color Harmonies of #C0FC13
Complementary color
Monochromatic Colors of #C0FC13
Black with #C0FC13
Text Example
Text Example
White with #C0FC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC13; }
p { color: rgb(192,252,19); }
H1.HeaderClassName
{
color: #C0FC13;
}
.AnyTagClassName
{
color: #C0FC13;
}
</style>
background-color css
<style>
a { background-color: #C0FC13; }
a { background-color: rgb(192,252,19); }
div.DivClassName
{
background-color: #C0FC13;
}
.BgClassName
{
background-color: #C0FC13;
}
</style>
border-color css
<style>
span { border-color: #C0FC13; }
span { border-color: rgb(192,252,19); }
td.TdClassName
{
border-color: #C0FC13;
}
.TagClassName
{
border-color: #C0FC13;
}
</style>