Shades of Electric Lime #C8F010
Tints of Electric Lime #C8F010
RGB
CMYK
RGB Variations
Color information
#C8F010 (or 0xC8F010) is known color: Electric Lime. HEX triplet: C8, F0 and 10. RGB value is (200,240,16). Sum of RGB (Red+Green+Blue) = 200+240+16=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F010 is #370FEF. Grayscale: #CBCBCB. Windows color (decimal): -3608560 or 1110216. OLE color: 1110216.
HSL color Cylindrical-coordinate representation of color #C8F010: hue angle of 70.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F010 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.06 |
| HSL | 70.71º | 0.88% | 0.5% | - |
| HSV(B) | 70.71º | 0.93% | 0.94% | - |
| XYZ | 55.07 | 74.64 | 11.99 | - |
| YUV | 202.5 | 22.75 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 16 | 0.17 | 0 | 0.93 | 0.06 | 70.71 | 0.88 | 0.5 |
| Hex | C8 | F0 | 10 | 11 | 0 | 5D | 6 | 47 | 58 | 32 |
| Octal | 310 | 360 | 20 | 21 | 0 | 135 | 6 | 107 | 130 | 62 |
| Binary | 11001000 | 11110000 | 10000 | 10001 | 0 | 1011101 | 110 | 1000111 | 1011000 | 110010 |
Color Harmonies of #C8F010
Complementary color
Monochromatic Colors of #C8F010
Black with #C8F010
Text Example
Text Example
White with #C8F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F010; }
p { color: rgb(200,240,16); }
H1.HeaderClassName
{
color: #C8F010;
}
.AnyTagClassName
{
color: #C8F010;
}
</style>
background-color css
<style>
a { background-color: #C8F010; }
a { background-color: rgb(200,240,16); }
div.DivClassName
{
background-color: #C8F010;
}
.BgClassName
{
background-color: #C8F010;
}
</style>
border-color css
<style>
span { border-color: #C8F010; }
span { border-color: rgb(200,240,16); }
td.TdClassName
{
border-color: #C8F010;
}
.TagClassName
{
border-color: #C8F010;
}
</style>