Shades of Electric Lime #C0FB06
Tints of Electric Lime #C0FB06
RGB
CMYK
RGB Variations
Color information
#C0FB06 (or 0xC0FB06) is known color: Electric Lime. HEX triplet: C0, FB and 06. RGB value is (192,251,6). Sum of RGB (Red+Green+Blue) = 192+251+6=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB06 is #3F04F9. Grayscale: #CECECE. Windows color (decimal): -4130042 or 457664. OLE color: 457664.
HSL color Cylindrical-coordinate representation of color #C0FB06: hue angle of 74.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0FB06 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 6 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.45º | 0.97% | 0.5% | - |
| HSV(B) | 74.45º | 0.98% | 0.98% | - |
| XYZ | 56.27 | 80.21 | 12.69 | - |
| YUV | 205.43 | 15.45 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 6 | 0.24 | 0 | 0.98 | 0.02 | 74.45 | 0.97 | 0.5 |
| Hex | C0 | FB | 6 | 18 | 0 | 62 | 2 | 4A | 61 | 32 |
| Octal | 300 | 373 | 6 | 30 | 0 | 142 | 2 | 112 | 141 | 62 |
| Binary | 11000000 | 11111011 | 110 | 11000 | 0 | 1100010 | 10 | 1001010 | 1100001 | 110010 |
Color Harmonies of #C0FB06
Complementary color
Monochromatic Colors of #C0FB06
Black with #C0FB06
Text Example
Text Example
White with #C0FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB06; }
p { color: rgb(192,251,6); }
H1.HeaderClassName
{
color: #C0FB06;
}
.AnyTagClassName
{
color: #C0FB06;
}
</style>
background-color css
<style>
a { background-color: #C0FB06; }
a { background-color: rgb(192,251,6); }
div.DivClassName
{
background-color: #C0FB06;
}
.BgClassName
{
background-color: #C0FB06;
}
</style>
border-color css
<style>
span { border-color: #C0FB06; }
span { border-color: rgb(192,251,6); }
td.TdClassName
{
border-color: #C0FB06;
}
.TagClassName
{
border-color: #C0FB06;
}
</style>