Shades of Electric Lime #C0FF02
Tints of Electric Lime #C0FF02
RGB
CMYK
RGB Variations
Color information
#C0FF02 (or 0xC0FF02) is known color: Electric Lime. HEX triplet: C0, FF and 02. RGB value is (192,255,2). Sum of RGB (Red+Green+Blue) = 192+255+2=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF02 is #3F00FD. Grayscale: #D0D0D0. Windows color (decimal): -4129022 or 196544. OLE color: 196544.
HSL color Cylindrical-coordinate representation of color #C0FF02: hue angle of 74.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0FF02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0 |
| HSL | 74.94º | 1% | 0.5% | - |
| HSV(B) | 74.94º | 0.99% | 1% | - |
| XYZ | 57.51 | 82.73 | 13 | - |
| YUV | 207.32 | 12.13 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 2 | 0.25 | 0 | 0.99 | 0 | 74.94 | 1 | 0.5 |
| Hex | C0 | FF | 2 | 19 | 0 | 63 | 0 | 4B | 64 | 32 |
| Octal | 300 | 377 | 2 | 31 | 0 | 143 | 0 | 113 | 144 | 62 |
| Binary | 11000000 | 11111111 | 10 | 11001 | 0 | 1100011 | 0 | 1001011 | 1100100 | 110010 |
Color Harmonies of #C0FF02
Complementary color
Monochromatic Colors of #C0FF02
Black with #C0FF02
Text Example
Text Example
White with #C0FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF02; }
p { color: rgb(192,255,2); }
H1.HeaderClassName
{
color: #C0FF02;
}
.AnyTagClassName
{
color: #C0FF02;
}
</style>
background-color css
<style>
a { background-color: #C0FF02; }
a { background-color: rgb(192,255,2); }
div.DivClassName
{
background-color: #C0FF02;
}
.BgClassName
{
background-color: #C0FF02;
}
</style>
border-color css
<style>
span { border-color: #C0FF02; }
span { border-color: rgb(192,255,2); }
td.TdClassName
{
border-color: #C0FF02;
}
.TagClassName
{
border-color: #C0FF02;
}
</style>