Shades of Electric Lime #C0FC05
Tints of Electric Lime #C0FC05
RGB
CMYK
RGB Variations
Color information
#C0FC05 (or 0xC0FC05) is known color: Electric Lime. HEX triplet: C0, FC and 05. RGB value is (192,252,5). Sum of RGB (Red+Green+Blue) = 192+252+5=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC05 is #3F03FA. Grayscale: #CECECE. Windows color (decimal): -4129787 or 392384. OLE color: 392384.
HSL color Cylindrical-coordinate representation of color #C0FC05: hue angle of 74.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0FC05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.01 |
| HSL | 74.57º | 0.98% | 0.5% | - |
| HSV(B) | 74.57º | 0.98% | 0.99% | - |
| XYZ | 56.58 | 80.84 | 12.77 | - |
| YUV | 205.9 | 14.62 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 5 | 0.24 | 0 | 0.98 | 0.01 | 74.57 | 0.98 | 0.5 |
| Hex | C0 | FC | 5 | 18 | 0 | 62 | 1 | 4B | 62 | 32 |
| Octal | 300 | 374 | 5 | 30 | 0 | 142 | 1 | 113 | 142 | 62 |
| Binary | 11000000 | 11111100 | 101 | 11000 | 0 | 1100010 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #C0FC05
Complementary color
Monochromatic Colors of #C0FC05
Black with #C0FC05
Text Example
Text Example
White with #C0FC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC05; }
p { color: rgb(192,252,5); }
H1.HeaderClassName
{
color: #C0FC05;
}
.AnyTagClassName
{
color: #C0FC05;
}
</style>
background-color css
<style>
a { background-color: #C0FC05; }
a { background-color: rgb(192,252,5); }
div.DivClassName
{
background-color: #C0FC05;
}
.BgClassName
{
background-color: #C0FC05;
}
</style>
border-color css
<style>
span { border-color: #C0FC05; }
span { border-color: rgb(192,252,5); }
td.TdClassName
{
border-color: #C0FC05;
}
.TagClassName
{
border-color: #C0FC05;
}
</style>