Shades of Electric Lime #C0E900
Tints of Electric Lime #C0E900
RGB
CMYK
RGB Variations
Color information
#C0E900 (or 0xC0E900) is known color: Electric Lime. HEX triplet: C0, E9 and 00. RGB value is (192,233,0). Sum of RGB (Red+Green+Blue) = 192+233+0=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E900 is #3F16FF. Grayscale: #C3C3C3. Windows color (decimal): -4134656 or 59840. OLE color: 59840.
HSL color Cylindrical-coordinate representation of color #C0E900: hue angle of 70.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.09 |
| HSL | 70.56º | 1% | 0.46% | - |
| HSV(B) | 70.56º | 1% | 0.91% | - |
| XYZ | 50.88 | 69.48 | 10.73 | - |
| YUV | 194.18 | 18.42 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 0 | 0.18 | 0 | 1 | 0.09 | 70.56 | 1 | 0.46 |
| Hex | C0 | E9 | 0 | 12 | 0 | 64 | 9 | 47 | 64 | 2E |
| Octal | 300 | 351 | 0 | 22 | 0 | 144 | 11 | 107 | 144 | 56 |
| Binary | 11000000 | 11101001 | 0 | 10010 | 0 | 1100100 | 1001 | 1000111 | 1100100 | 101110 |
Color Harmonies of #C0E900
Complementary color
Monochromatic Colors of #C0E900
Black with #C0E900
Text Example
Text Example
White with #C0E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E900; }
p { color: rgb(192,233,0); }
H1.HeaderClassName
{
color: #C0E900;
}
.AnyTagClassName
{
color: #C0E900;
}
</style>
background-color css
<style>
a { background-color: #C0E900; }
a { background-color: rgb(192,233,0); }
div.DivClassName
{
background-color: #C0E900;
}
.BgClassName
{
background-color: #C0E900;
}
</style>
border-color css
<style>
span { border-color: #C0E900; }
span { border-color: rgb(192,233,0); }
td.TdClassName
{
border-color: #C0E900;
}
.TagClassName
{
border-color: #C0E900;
}
</style>