Shades of Electric Lime #C8E607
Tints of Electric Lime #C8E607
RGB
CMYK
RGB Variations
Color information
#C8E607 (or 0xC8E607) is known color: Electric Lime. HEX triplet: C8, E6 and 07. RGB value is (200,230,7). Sum of RGB (Red+Green+Blue) = 200+230+7=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E607 is #3719F8. Grayscale: #C4C4C4. Windows color (decimal): -3611129 or 517832. OLE color: 517832.
HSL color Cylindrical-coordinate representation of color #C8E607: hue angle of 68.07º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8E607 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.10 |
| HSL | 68.07º | 0.94% | 0.46% | - |
| HSV(B) | 68.07º | 0.97% | 0.9% | - |
| XYZ | 52.15 | 68.89 | 10.75 | - |
| YUV | 195.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 7 | 0.13 | 0 | 0.97 | 0.10 | 68.07 | 0.94 | 0.46 |
| Hex | C8 | E6 | 7 | D | 0 | 61 | A | 44 | 5E | 2E |
| Octal | 310 | 346 | 7 | 15 | 0 | 141 | 12 | 104 | 136 | 56 |
| Binary | 11001000 | 11100110 | 111 | 1101 | 0 | 1100001 | 1010 | 1000100 | 1011110 | 101110 |
Color Harmonies of #C8E607
Complementary color
Monochromatic Colors of #C8E607
Black with #C8E607
Text Example
Text Example
White with #C8E607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E607; }
p { color: rgb(200,230,7); }
H1.HeaderClassName
{
color: #C8E607;
}
.AnyTagClassName
{
color: #C8E607;
}
</style>
background-color css
<style>
a { background-color: #C8E607; }
a { background-color: rgb(200,230,7); }
div.DivClassName
{
background-color: #C8E607;
}
.BgClassName
{
background-color: #C8E607;
}
</style>
border-color css
<style>
span { border-color: #C8E607; }
span { border-color: rgb(200,230,7); }
td.TdClassName
{
border-color: #C8E607;
}
.TagClassName
{
border-color: #C8E607;
}
</style>