Shades of Electric Lime #C0FD13
Tints of Electric Lime #C0FD13
RGB
CMYK
RGB Variations
Color information
#C0FD13 (or 0xC0FD13) is known color: Electric Lime. HEX triplet: C0, FD and 13. RGB value is (192,253,19). Sum of RGB (Red+Green+Blue) = 192+253+19=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FD13 is #3F02EC. Grayscale: #D0D0D0. Windows color (decimal): -4129517 or 1310144. OLE color: 1310144.
HSL color Cylindrical-coordinate representation of color #C0FD13: hue angle of 75.64º degrees, saturation: 0.98, 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 #C0FD13 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.01 |
| HSL | 75.64º | 0.98% | 0.53% | - |
| HSV(B) | 75.64º | 0.92% | 0.99% | - |
| XYZ | 56.98 | 81.5 | 13.34 | - |
| YUV | 208.09 | 21.29 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 19 | 0.24 | 0 | 0.92 | 0.01 | 75.64 | 0.98 | 0.53 |
| Hex | C0 | FD | 13 | 18 | 0 | 5C | 1 | 4C | 62 | 35 |
| Octal | 300 | 375 | 23 | 30 | 0 | 134 | 1 | 114 | 142 | 65 |
| Binary | 11000000 | 11111101 | 10011 | 11000 | 0 | 1011100 | 1 | 1001100 | 1100010 | 110101 |
Color Harmonies of #C0FD13
Complementary color
Monochromatic Colors of #C0FD13
Black with #C0FD13
Text Example
Text Example
White with #C0FD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD13; }
p { color: rgb(192,253,19); }
H1.HeaderClassName
{
color: #C0FD13;
}
.AnyTagClassName
{
color: #C0FD13;
}
</style>
background-color css
<style>
a { background-color: #C0FD13; }
a { background-color: rgb(192,253,19); }
div.DivClassName
{
background-color: #C0FD13;
}
.BgClassName
{
background-color: #C0FD13;
}
</style>
border-color css
<style>
span { border-color: #C0FD13; }
span { border-color: rgb(192,253,19); }
td.TdClassName
{
border-color: #C0FD13;
}
.TagClassName
{
border-color: #C0FD13;
}
</style>