Shades of Electric Lime #C8E507
Tints of Electric Lime #C8E507
RGB
CMYK
RGB Variations
Color information
#C8E507 (or 0xC8E507) is known color: Electric Lime. HEX triplet: C8, E5 and 07. RGB value is (200,229,7). Sum of RGB (Red+Green+Blue) = 200+229+7=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E507 is #371AF8. Grayscale: #C3C3C3. Windows color (decimal): -3611385 or 517576. OLE color: 517576.
HSL color Cylindrical-coordinate representation of color #C8E507: hue angle of 67.84º 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 #C8E507 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.10 |
| HSL | 67.84º | 0.94% | 0.46% | - |
| HSV(B) | 67.84º | 0.97% | 0.9% | - |
| XYZ | 51.88 | 68.33 | 10.66 | - |
| YUV | 195.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 7 | 0.13 | 0 | 0.97 | 0.10 | 67.84 | 0.94 | 0.46 |
| Hex | C8 | E5 | 7 | D | 0 | 61 | A | 44 | 5E | 2E |
| Octal | 310 | 345 | 7 | 15 | 0 | 141 | 12 | 104 | 136 | 56 |
| Binary | 11001000 | 11100101 | 111 | 1101 | 0 | 1100001 | 1010 | 1000100 | 1011110 | 101110 |
Color Harmonies of #C8E507
Complementary color
Monochromatic Colors of #C8E507
Black with #C8E507
Text Example
Text Example
White with #C8E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E507; }
p { color: rgb(200,229,7); }
H1.HeaderClassName
{
color: #C8E507;
}
.AnyTagClassName
{
color: #C8E507;
}
</style>
background-color css
<style>
a { background-color: #C8E507; }
a { background-color: rgb(200,229,7); }
div.DivClassName
{
background-color: #C8E507;
}
.BgClassName
{
background-color: #C8E507;
}
</style>
border-color css
<style>
span { border-color: #C8E507; }
span { border-color: rgb(200,229,7); }
td.TdClassName
{
border-color: #C8E507;
}
.TagClassName
{
border-color: #C8E507;
}
</style>