Shades of Electric Lime #C0FB14
Tints of Electric Lime #C0FB14
RGB
CMYK
RGB Variations
Color information
#C0FB14 (or 0xC0FB14) is known color: Electric Lime. HEX triplet: C0, FB and 14. RGB value is (192,251,20). Sum of RGB (Red+Green+Blue) = 192+251+20=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB14 is #3F04EB. Grayscale: #CFCFCF. Windows color (decimal): -4130028 or 1375168. OLE color: 1375168.
HSL color Cylindrical-coordinate representation of color #C0FB14: hue angle of 75.32º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0FB14 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 20 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.02 |
| HSL | 75.32º | 0.97% | 0.53% | - |
| HSV(B) | 75.32º | 0.92% | 0.98% | - |
| XYZ | 56.36 | 80.25 | 13.18 | - |
| YUV | 207.03 | 22.45 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 20 | 0.24 | 0 | 0.92 | 0.02 | 75.32 | 0.97 | 0.53 |
| Hex | C0 | FB | 14 | 18 | 0 | 5C | 2 | 4B | 61 | 35 |
| Octal | 300 | 373 | 24 | 30 | 0 | 134 | 2 | 113 | 141 | 65 |
| Binary | 11000000 | 11111011 | 10100 | 11000 | 0 | 1011100 | 10 | 1001011 | 1100001 | 110101 |
Color Harmonies of #C0FB14
Complementary color
Monochromatic Colors of #C0FB14
Black with #C0FB14
Text Example
Text Example
White with #C0FB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB14; }
p { color: rgb(192,251,20); }
H1.HeaderClassName
{
color: #C0FB14;
}
.AnyTagClassName
{
color: #C0FB14;
}
</style>
background-color css
<style>
a { background-color: #C0FB14; }
a { background-color: rgb(192,251,20); }
div.DivClassName
{
background-color: #C0FB14;
}
.BgClassName
{
background-color: #C0FB14;
}
</style>
border-color css
<style>
span { border-color: #C0FB14; }
span { border-color: rgb(192,251,20); }
td.TdClassName
{
border-color: #C0FB14;
}
.TagClassName
{
border-color: #C0FB14;
}
</style>