Shades of Electric Lime #C0FB0E
Tints of Electric Lime #C0FB0E
RGB
CMYK
RGB Variations
Color information
#C0FB0E (or 0xC0FB0E) is known color: Electric Lime. HEX triplet: C0, FB and 0E. RGB value is (192,251,14). Sum of RGB (Red+Green+Blue) = 192+251+14=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB0E is #3F04F1. Grayscale: #CFCFCF. Windows color (decimal): -4130034 or 981952. OLE color: 981952.
HSL color Cylindrical-coordinate representation of color #C0FB0E: hue angle of 74.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0FB0E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 14 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.02 |
| HSL | 74.94º | 0.97% | 0.52% | - |
| HSV(B) | 74.94º | 0.94% | 0.98% | - |
| XYZ | 56.31 | 80.23 | 12.93 | - |
| YUV | 206.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 14 | 0.24 | 0 | 0.94 | 0.02 | 74.94 | 0.97 | 0.52 |
| Hex | C0 | FB | E | 18 | 0 | 5E | 2 | 4B | 61 | 34 |
| Octal | 300 | 373 | 16 | 30 | 0 | 136 | 2 | 113 | 141 | 64 |
| Binary | 11000000 | 11111011 | 1110 | 11000 | 0 | 1011110 | 10 | 1001011 | 1100001 | 110100 |
Color Harmonies of #C0FB0E
Complementary color
Monochromatic Colors of #C0FB0E
Black with #C0FB0E
Text Example
Text Example
White with #C0FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB0E; }
p { color: rgb(192,251,14); }
H1.HeaderClassName
{
color: #C0FB0E;
}
.AnyTagClassName
{
color: #C0FB0E;
}
</style>
background-color css
<style>
a { background-color: #C0FB0E; }
a { background-color: rgb(192,251,14); }
div.DivClassName
{
background-color: #C0FB0E;
}
.BgClassName
{
background-color: #C0FB0E;
}
</style>
border-color css
<style>
span { border-color: #C0FB0E; }
span { border-color: rgb(192,251,14); }
td.TdClassName
{
border-color: #C0FB0E;
}
.TagClassName
{
border-color: #C0FB0E;
}
</style>