Shades of Electric Lime #C8F007
Tints of Electric Lime #C8F007
RGB
CMYK
RGB Variations
Color information
#C8F007 (or 0xC8F007) is known color: Electric Lime. HEX triplet: C8, F0 and 07. RGB value is (200,240,7). Sum of RGB (Red+Green+Blue) = 200+240+7=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F007 is #370FF8. Grayscale: #CACACA. Windows color (decimal): -3608569 or 520392. OLE color: 520392.
HSL color Cylindrical-coordinate representation of color #C8F007: hue angle of 70.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8F007 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.06 |
| HSL | 70.3º | 0.94% | 0.48% | - |
| HSV(B) | 70.3º | 0.97% | 0.94% | - |
| XYZ | 55.02 | 74.61 | 11.7 | - |
| YUV | 201.48 | 18.25 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 7 | 0.17 | 0 | 0.97 | 0.06 | 70.3 | 0.94 | 0.48 |
| Hex | C8 | F0 | 7 | 11 | 0 | 61 | 6 | 46 | 5E | 30 |
| Octal | 310 | 360 | 7 | 21 | 0 | 141 | 6 | 106 | 136 | 60 |
| Binary | 11001000 | 11110000 | 111 | 10001 | 0 | 1100001 | 110 | 1000110 | 1011110 | 110000 |
Color Harmonies of #C8F007
Complementary color
Monochromatic Colors of #C8F007
Black with #C8F007
Text Example
Text Example
White with #C8F007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F007; }
p { color: rgb(200,240,7); }
H1.HeaderClassName
{
color: #C8F007;
}
.AnyTagClassName
{
color: #C8F007;
}
</style>
background-color css
<style>
a { background-color: #C8F007; }
a { background-color: rgb(200,240,7); }
div.DivClassName
{
background-color: #C8F007;
}
.BgClassName
{
background-color: #C8F007;
}
</style>
border-color css
<style>
span { border-color: #C8F007; }
span { border-color: rgb(200,240,7); }
td.TdClassName
{
border-color: #C8F007;
}
.TagClassName
{
border-color: #C8F007;
}
</style>