Shades of Electric Lime #C0FE08
Tints of Electric Lime #C0FE08
RGB
CMYK
RGB Variations
Color information
#C0FE08 (or 0xC0FE08) is known color: Electric Lime. HEX triplet: C0, FE and 08. RGB value is (192,254,8). Sum of RGB (Red+Green+Blue) = 192+254+8=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE08 is #3F01F7. Grayscale: #D0D0D0. Windows color (decimal): -4129272 or 589504. OLE color: 589504.
HSL color Cylindrical-coordinate representation of color #C0FE08: hue angle of 75.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0FE08 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.00 |
| HSL | 75.12º | 0.99% | 0.51% | - |
| HSV(B) | 75.12º | 0.97% | 1% | - |
| XYZ | 57.22 | 82.11 | 13.06 | - |
| YUV | 207.42 | 15.46 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 8 | 0.24 | 0 | 0.97 | 0.00 | 75.12 | 0.99 | 0.51 |
| Hex | C0 | FE | 8 | 18 | 0 | 61 | 0 | 4B | 63 | 33 |
| Octal | 300 | 376 | 10 | 30 | 0 | 141 | 0 | 113 | 143 | 63 |
| Binary | 11000000 | 11111110 | 1000 | 11000 | 0 | 1100001 | 0 | 1001011 | 1100011 | 110011 |
Color Harmonies of #C0FE08
Complementary color
Monochromatic Colors of #C0FE08
Black with #C0FE08
Text Example
Text Example
White with #C0FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE08; }
p { color: rgb(192,254,8); }
H1.HeaderClassName
{
color: #C0FE08;
}
.AnyTagClassName
{
color: #C0FE08;
}
</style>
background-color css
<style>
a { background-color: #C0FE08; }
a { background-color: rgb(192,254,8); }
div.DivClassName
{
background-color: #C0FE08;
}
.BgClassName
{
background-color: #C0FE08;
}
</style>
border-color css
<style>
span { border-color: #C0FE08; }
span { border-color: rgb(192,254,8); }
td.TdClassName
{
border-color: #C0FE08;
}
.TagClassName
{
border-color: #C0FE08;
}
</style>