Shades of Electric Lime #C0FB07
Tints of Electric Lime #C0FB07
RGB
CMYK
RGB Variations
Color information
#C0FB07 (or 0xC0FB07) is known color: Electric Lime. HEX triplet: C0, FB and 07. RGB value is (192,251,7). Sum of RGB (Red+Green+Blue) = 192+251+7=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FB07 is #3F04F8. Grayscale: #CECECE. Windows color (decimal): -4130041 or 523200. OLE color: 523200.
HSL color Cylindrical-coordinate representation of color #C0FB07: hue angle of 74.51º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0FB07 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.02 |
| HSL | 74.51º | 0.97% | 0.51% | - |
| HSV(B) | 74.51º | 0.97% | 0.98% | - |
| XYZ | 56.27 | 80.22 | 12.72 | - |
| YUV | 205.54 | 15.95 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 7 | 0.24 | 0 | 0.97 | 0.02 | 74.51 | 0.97 | 0.51 |
| Hex | C0 | FB | 7 | 18 | 0 | 61 | 2 | 4B | 61 | 33 |
| Octal | 300 | 373 | 7 | 30 | 0 | 141 | 2 | 113 | 141 | 63 |
| Binary | 11000000 | 11111011 | 111 | 11000 | 0 | 1100001 | 10 | 1001011 | 1100001 | 110011 |
Color Harmonies of #C0FB07
Complementary color
Monochromatic Colors of #C0FB07
Black with #C0FB07
Text Example
Text Example
White with #C0FB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB07; }
p { color: rgb(192,251,7); }
H1.HeaderClassName
{
color: #C0FB07;
}
.AnyTagClassName
{
color: #C0FB07;
}
</style>
background-color css
<style>
a { background-color: #C0FB07; }
a { background-color: rgb(192,251,7); }
div.DivClassName
{
background-color: #C0FB07;
}
.BgClassName
{
background-color: #C0FB07;
}
</style>
border-color css
<style>
span { border-color: #C0FB07; }
span { border-color: rgb(192,251,7); }
td.TdClassName
{
border-color: #C0FB07;
}
.TagClassName
{
border-color: #C0FB07;
}
</style>