Shades of Electric Lime #C0FF13
Tints of Electric Lime #C0FF13
RGB
CMYK
RGB Variations
Color information
#C0FF13 (or 0xC0FF13) is known color: Electric Lime. HEX triplet: C0, FF and 13. RGB value is (192,255,19). Sum of RGB (Red+Green+Blue) = 192+255+19=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF13 is #3F00EC. Grayscale: #D2D2D2. Windows color (decimal): -4129005 or 1310656. OLE color: 1310656.
HSL color Cylindrical-coordinate representation of color #C0FF13: hue angle of 76.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0FF13 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 19 | - |
| CMYK | 0.25 | 0 | 0.93 | 0 |
| HSL | 76.02º | 1% | 0.54% | - |
| HSV(B) | 76.02º | 0.93% | 1% | - |
| XYZ | 57.62 | 82.77 | 13.56 | - |
| YUV | 209.26 | 20.63 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 19 | 0.25 | 0 | 0.93 | 0 | 76.02 | 1 | 0.54 |
| Hex | C0 | FF | 13 | 19 | 0 | 5D | 0 | 4C | 64 | 36 |
| Octal | 300 | 377 | 23 | 31 | 0 | 135 | 0 | 114 | 144 | 66 |
| Binary | 11000000 | 11111111 | 10011 | 11001 | 0 | 1011101 | 0 | 1001100 | 1100100 | 110110 |
Color Harmonies of #C0FF13
Complementary color
Monochromatic Colors of #C0FF13
Black with #C0FF13
Text Example
Text Example
White with #C0FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF13; }
p { color: rgb(192,255,19); }
H1.HeaderClassName
{
color: #C0FF13;
}
.AnyTagClassName
{
color: #C0FF13;
}
</style>
background-color css
<style>
a { background-color: #C0FF13; }
a { background-color: rgb(192,255,19); }
div.DivClassName
{
background-color: #C0FF13;
}
.BgClassName
{
background-color: #C0FF13;
}
</style>
border-color css
<style>
span { border-color: #C0FF13; }
span { border-color: rgb(192,255,19); }
td.TdClassName
{
border-color: #C0FF13;
}
.TagClassName
{
border-color: #C0FF13;
}
</style>