Shades of Electric Lime #C0FC19
Tints of Electric Lime #C0FC19
RGB
CMYK
RGB Variations
Color information
#C0FC19 (or 0xC0FC19) is known color: Electric Lime. HEX triplet: C0, FC and 19. RGB value is (192,252,25). Sum of RGB (Red+Green+Blue) = 192+252+25=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC19 is #3F03E6. Grayscale: #D1D1D1. Windows color (decimal): -4129767 or 1703104. OLE color: 1703104.
HSL color Cylindrical-coordinate representation of color #C0FC19: hue angle of 75.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0FC19 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 25 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.01 |
| HSL | 75.86º | 0.97% | 0.54% | - |
| HSV(B) | 75.86º | 0.9% | 0.99% | - |
| XYZ | 56.72 | 80.9 | 13.54 | - |
| YUV | 208.18 | 24.62 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 25 | 0.24 | 0 | 0.90 | 0.01 | 75.86 | 0.97 | 0.54 |
| Hex | C0 | FC | 19 | 18 | 0 | 5A | 1 | 4C | 61 | 36 |
| Octal | 300 | 374 | 31 | 30 | 0 | 132 | 1 | 114 | 141 | 66 |
| Binary | 11000000 | 11111100 | 11001 | 11000 | 0 | 1011010 | 1 | 1001100 | 1100001 | 110110 |
Color Harmonies of #C0FC19
Complementary color
Monochromatic Colors of #C0FC19
Black with #C0FC19
Text Example
Text Example
White with #C0FC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC19; }
p { color: rgb(192,252,25); }
H1.HeaderClassName
{
color: #C0FC19;
}
.AnyTagClassName
{
color: #C0FC19;
}
</style>
background-color css
<style>
a { background-color: #C0FC19; }
a { background-color: rgb(192,252,25); }
div.DivClassName
{
background-color: #C0FC19;
}
.BgClassName
{
background-color: #C0FC19;
}
</style>
border-color css
<style>
span { border-color: #C0FC19; }
span { border-color: rgb(192,252,25); }
td.TdClassName
{
border-color: #C0FC19;
}
.TagClassName
{
border-color: #C0FC19;
}
</style>