Shades of Electric Lime #C0FC08
Tints of Electric Lime #C0FC08
RGB
CMYK
RGB Variations
Color information
#C0FC08 (or 0xC0FC08) is known color: Electric Lime. HEX triplet: C0, FC and 08. RGB value is (192,252,8). Sum of RGB (Red+Green+Blue) = 192+252+8=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC08 is #3F03F7. Grayscale: #CFCFCF. Windows color (decimal): -4129784 or 588992. OLE color: 588992.
HSL color Cylindrical-coordinate representation of color #C0FC08: hue angle of 74.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0FC08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.01 |
| HSL | 74.75º | 0.98% | 0.51% | - |
| HSV(B) | 74.75º | 0.97% | 0.99% | - |
| XYZ | 56.59 | 80.84 | 12.85 | - |
| YUV | 206.24 | 16.12 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 8 | 0.24 | 0 | 0.97 | 0.01 | 74.75 | 0.98 | 0.51 |
| Hex | C0 | FC | 8 | 18 | 0 | 61 | 1 | 4B | 62 | 33 |
| Octal | 300 | 374 | 10 | 30 | 0 | 141 | 1 | 113 | 142 | 63 |
| Binary | 11000000 | 11111100 | 1000 | 11000 | 0 | 1100001 | 1 | 1001011 | 1100010 | 110011 |
Color Harmonies of #C0FC08
Complementary color
Monochromatic Colors of #C0FC08
Black with #C0FC08
Text Example
Text Example
White with #C0FC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC08; }
p { color: rgb(192,252,8); }
H1.HeaderClassName
{
color: #C0FC08;
}
.AnyTagClassName
{
color: #C0FC08;
}
</style>
background-color css
<style>
a { background-color: #C0FC08; }
a { background-color: rgb(192,252,8); }
div.DivClassName
{
background-color: #C0FC08;
}
.BgClassName
{
background-color: #C0FC08;
}
</style>
border-color css
<style>
span { border-color: #C0FC08; }
span { border-color: rgb(192,252,8); }
td.TdClassName
{
border-color: #C0FC08;
}
.TagClassName
{
border-color: #C0FC08;
}
</style>