Shades of Electric Lime #C8E805
Tints of Electric Lime #C8E805
RGB
CMYK
RGB Variations
Color information
#C8E805 (or 0xC8E805) is known color: Electric Lime. HEX triplet: C8, E8 and 05. RGB value is (200,232,5). Sum of RGB (Red+Green+Blue) = 200+232+5=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E805 is #3717FA. Grayscale: #C5C5C5. Windows color (decimal): -3610619 or 387272. OLE color: 387272.
HSL color Cylindrical-coordinate representation of color #C8E805: hue angle of 68.46º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8E805 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.09 |
| HSL | 68.46º | 0.96% | 0.46% | - |
| HSV(B) | 68.46º | 0.98% | 0.91% | - |
| XYZ | 52.7 | 70 | 10.88 | - |
| YUV | 196.55 | 19.9 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 5 | 0.14 | 0 | 0.98 | 0.09 | 68.46 | 0.96 | 0.46 |
| Hex | C8 | E8 | 5 | E | 0 | 62 | 9 | 44 | 60 | 2E |
| Octal | 310 | 350 | 5 | 16 | 0 | 142 | 11 | 104 | 140 | 56 |
| Binary | 11001000 | 11101000 | 101 | 1110 | 0 | 1100010 | 1001 | 1000100 | 1100000 | 101110 |
Color Harmonies of #C8E805
Complementary color
Monochromatic Colors of #C8E805
Black with #C8E805
Text Example
Text Example
White with #C8E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E805; }
p { color: rgb(200,232,5); }
H1.HeaderClassName
{
color: #C8E805;
}
.AnyTagClassName
{
color: #C8E805;
}
</style>
background-color css
<style>
a { background-color: #C8E805; }
a { background-color: rgb(200,232,5); }
div.DivClassName
{
background-color: #C8E805;
}
.BgClassName
{
background-color: #C8E805;
}
</style>
border-color css
<style>
span { border-color: #C8E805; }
span { border-color: rgb(200,232,5); }
td.TdClassName
{
border-color: #C8E805;
}
.TagClassName
{
border-color: #C8E805;
}
</style>