Shades of Electric Lime #C0F800
Tints of Electric Lime #C0F800
RGB
CMYK
RGB Variations
Color information
#C0F800 (or 0xC0F800) is known color: Electric Lime. HEX triplet: C0, F8 and 00. RGB value is (192,248,0). Sum of RGB (Red+Green+Blue) = 192+248+0=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F800 is #3F07FF. Grayscale: #CBCBCB. Windows color (decimal): -4130816 or 63680. OLE color: 63680.
HSL color Cylindrical-coordinate representation of color #C0F800: hue angle of 73.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F800 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.03 |
| HSL | 73.55º | 1% | 0.49% | - |
| HSV(B) | 73.55º | 1% | 0.97% | - |
| XYZ | 55.31 | 78.34 | 12.21 | - |
| YUV | 202.98 | 13.45 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 0 | 0.23 | 0 | 1 | 0.03 | 73.55 | 1 | 0.49 |
| Hex | C0 | F8 | 0 | 17 | 0 | 64 | 3 | 4A | 64 | 31 |
| Octal | 300 | 370 | 0 | 27 | 0 | 144 | 3 | 112 | 144 | 61 |
| Binary | 11000000 | 11111000 | 0 | 10111 | 0 | 1100100 | 11 | 1001010 | 1100100 | 110001 |
Color Harmonies of #C0F800
Complementary color
Monochromatic Colors of #C0F800
Black with #C0F800
Text Example
Text Example
White with #C0F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F800; }
p { color: rgb(192,248,0); }
H1.HeaderClassName
{
color: #C0F800;
}
.AnyTagClassName
{
color: #C0F800;
}
</style>
background-color css
<style>
a { background-color: #C0F800; }
a { background-color: rgb(192,248,0); }
div.DivClassName
{
background-color: #C0F800;
}
.BgClassName
{
background-color: #C0F800;
}
</style>
border-color css
<style>
span { border-color: #C0F800; }
span { border-color: rgb(192,248,0); }
td.TdClassName
{
border-color: #C0F800;
}
.TagClassName
{
border-color: #C0F800;
}
</style>