Shades of Electric Lime #C0FC14
Tints of Electric Lime #C0FC14
RGB
CMYK
RGB Variations
Color information
#C0FC14 (or 0xC0FC14) is known color: Electric Lime. HEX triplet: C0, FC and 14. RGB value is (192,252,20). Sum of RGB (Red+Green+Blue) = 192+252+20=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC14 is #3F03EB. Grayscale: #D0D0D0. Windows color (decimal): -4129772 or 1375424. OLE color: 1375424.
HSL color Cylindrical-coordinate representation of color #C0FC14: hue angle of 75.52º 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 #C0FC14 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 20 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.01 |
| HSL | 75.52º | 0.97% | 0.53% | - |
| HSV(B) | 75.52º | 0.92% | 0.99% | - |
| XYZ | 56.67 | 80.88 | 13.29 | - |
| YUV | 207.61 | 22.12 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 20 | 0.24 | 0 | 0.92 | 0.01 | 75.52 | 0.97 | 0.53 |
| Hex | C0 | FC | 14 | 18 | 0 | 5C | 1 | 4C | 61 | 35 |
| Octal | 300 | 374 | 24 | 30 | 0 | 134 | 1 | 114 | 141 | 65 |
| Binary | 11000000 | 11111100 | 10100 | 11000 | 0 | 1011100 | 1 | 1001100 | 1100001 | 110101 |
Color Harmonies of #C0FC14
Complementary color
Monochromatic Colors of #C0FC14
Black with #C0FC14
Text Example
Text Example
White with #C0FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC14; }
p { color: rgb(192,252,20); }
H1.HeaderClassName
{
color: #C0FC14;
}
.AnyTagClassName
{
color: #C0FC14;
}
</style>
background-color css
<style>
a { background-color: #C0FC14; }
a { background-color: rgb(192,252,20); }
div.DivClassName
{
background-color: #C0FC14;
}
.BgClassName
{
background-color: #C0FC14;
}
</style>
border-color css
<style>
span { border-color: #C0FC14; }
span { border-color: rgb(192,252,20); }
td.TdClassName
{
border-color: #C0FC14;
}
.TagClassName
{
border-color: #C0FC14;
}
</style>