Shades of Electric Lime #C8ED0A
Tints of Electric Lime #C8ED0A
RGB
CMYK
RGB Variations
Color information
#C8ED0A (or 0xC8ED0A) is known color: Electric Lime. HEX triplet: C8, ED and 0A. RGB value is (200,237,10). Sum of RGB (Red+Green+Blue) = 200+237+10=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8ED0A is #3712F5. Grayscale: #C8C8C8. Windows color (decimal): -3609334 or 716232. OLE color: 716232.
HSL color Cylindrical-coordinate representation of color #C8ED0A: hue angle of 69.78º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8ED0A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 10 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.07 |
| HSL | 69.78º | 0.92% | 0.48% | - |
| HSV(B) | 69.78º | 0.96% | 0.93% | - |
| XYZ | 54.16 | 72.87 | 11.5 | - |
| YUV | 200.06 | 20.74 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 10 | 0.16 | 0 | 0.96 | 0.07 | 69.78 | 0.92 | 0.48 |
| Hex | C8 | ED | A | 10 | 0 | 60 | 7 | 46 | 5C | 30 |
| Octal | 310 | 355 | 12 | 20 | 0 | 140 | 7 | 106 | 134 | 60 |
| Binary | 11001000 | 11101101 | 1010 | 10000 | 0 | 1100000 | 111 | 1000110 | 1011100 | 110000 |
Color Harmonies of #C8ED0A
Complementary color
Monochromatic Colors of #C8ED0A
Black with #C8ED0A
Text Example
Text Example
White with #C8ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED0A; }
p { color: rgb(200,237,10); }
H1.HeaderClassName
{
color: #C8ED0A;
}
.AnyTagClassName
{
color: #C8ED0A;
}
</style>
background-color css
<style>
a { background-color: #C8ED0A; }
a { background-color: rgb(200,237,10); }
div.DivClassName
{
background-color: #C8ED0A;
}
.BgClassName
{
background-color: #C8ED0A;
}
</style>
border-color css
<style>
span { border-color: #C8ED0A; }
span { border-color: rgb(200,237,10); }
td.TdClassName
{
border-color: #C8ED0A;
}
.TagClassName
{
border-color: #C8ED0A;
}
</style>