Shades of Electric Lime #C8E90A
Tints of Electric Lime #C8E90A
RGB
CMYK
RGB Variations
Color information
#C8E90A (or 0xC8E90A) is known color: Electric Lime. HEX triplet: C8, E9 and 0A. RGB value is (200,233,10). Sum of RGB (Red+Green+Blue) = 200+233+10=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E90A is #3716F5. Grayscale: #C6C6C6. Windows color (decimal): -3610358 or 715208. OLE color: 715208.
HSL color Cylindrical-coordinate representation of color #C8E90A: hue angle of 68.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8E90A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.09 |
| HSL | 68.88º | 0.92% | 0.48% | - |
| HSV(B) | 68.88º | 0.96% | 0.91% | - |
| XYZ | 53.01 | 70.58 | 11.12 | - |
| YUV | 197.71 | 22.07 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 10 | 0.14 | 0 | 0.96 | 0.09 | 68.88 | 0.92 | 0.48 |
| Hex | C8 | E9 | A | E | 0 | 60 | 9 | 45 | 5C | 30 |
| Octal | 310 | 351 | 12 | 16 | 0 | 140 | 11 | 105 | 134 | 60 |
| Binary | 11001000 | 11101001 | 1010 | 1110 | 0 | 1100000 | 1001 | 1000101 | 1011100 | 110000 |
Color Harmonies of #C8E90A
Complementary color
Monochromatic Colors of #C8E90A
Black with #C8E90A
Text Example
Text Example
White with #C8E90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E90A; }
p { color: rgb(200,233,10); }
H1.HeaderClassName
{
color: #C8E90A;
}
.AnyTagClassName
{
color: #C8E90A;
}
</style>
background-color css
<style>
a { background-color: #C8E90A; }
a { background-color: rgb(200,233,10); }
div.DivClassName
{
background-color: #C8E90A;
}
.BgClassName
{
background-color: #C8E90A;
}
</style>
border-color css
<style>
span { border-color: #C8E90A; }
span { border-color: rgb(200,233,10); }
td.TdClassName
{
border-color: #C8E90A;
}
.TagClassName
{
border-color: #C8E90A;
}
</style>