Shades of Electric Lime #C0FF01
Tints of Electric Lime #C0FF01
RGB
CMYK
RGB Variations
Color information
#C0FF01 (or 0xC0FF01) is known color: Electric Lime. HEX triplet: C0, FF and 01. RGB value is (192,255,1). Sum of RGB (Red+Green+Blue) = 192+255+1=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF01 is #3F00FE. Grayscale: #D0D0D0. Windows color (decimal): -4129023 or 131008. OLE color: 131008.
HSL color Cylindrical-coordinate representation of color #C0FF01: hue angle of 74.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0FF01 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 1 | - |
| CMYK | 0.25 | 0 | 1.00 | 0 |
| HSL | 74.88º | 1% | 0.5% | - |
| HSV(B) | 74.88º | 1% | 1% | - |
| XYZ | 57.5 | 82.73 | 12.97 | - |
| YUV | 207.21 | 11.63 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 1 | 0.25 | 0 | 1.00 | 0 | 74.88 | 1 | 0.5 |
| Hex | C0 | FF | 1 | 19 | 0 | 64 | 0 | 4B | 64 | 32 |
| Octal | 300 | 377 | 1 | 31 | 0 | 144 | 0 | 113 | 144 | 62 |
| Binary | 11000000 | 11111111 | 1 | 11001 | 0 | 1100100 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #C0FF01
Complementary color
Monochromatic Colors of #C0FF01
Black with #C0FF01
Text Example
Text Example
White with #C0FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF01; }
p { color: rgb(192,255,1); }
H1.HeaderClassName
{
color: #C0FF01;
}
.AnyTagClassName
{
color: #C0FF01;
}
</style>
background-color css
<style>
a { background-color: #C0FF01; }
a { background-color: rgb(192,255,1); }
div.DivClassName
{
background-color: #C0FF01;
}
.BgClassName
{
background-color: #C0FF01;
}
</style>
border-color css
<style>
span { border-color: #C0FF01; }
span { border-color: rgb(192,255,1); }
td.TdClassName
{
border-color: #C0FF01;
}
.TagClassName
{
border-color: #C0FF01;
}
</style>