Shades of Electric Lime #C8EC02
Tints of Electric Lime #C8EC02
RGB
CMYK
RGB Variations
Color information
#C8EC02 (or 0xC8EC02) is known color: Electric Lime. HEX triplet: C8, EC and 02. RGB value is (200,236,2). Sum of RGB (Red+Green+Blue) = 200+236+2=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EC02 is #3713FD. Grayscale: #C7C7C7. Windows color (decimal): -3609598 or 191688. OLE color: 191688.
HSL color Cylindrical-coordinate representation of color #C8EC02: hue angle of 69.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8EC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.07 |
| HSL | 69.23º | 0.98% | 0.47% | - |
| HSV(B) | 69.23º | 0.99% | 0.93% | - |
| XYZ | 53.83 | 72.27 | 11.17 | - |
| YUV | 198.56 | 17.07 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 2 | 0.15 | 0 | 0.99 | 0.07 | 69.23 | 0.98 | 0.47 |
| Hex | C8 | EC | 2 | F | 0 | 63 | 7 | 45 | 62 | 2F |
| Octal | 310 | 354 | 2 | 17 | 0 | 143 | 7 | 105 | 142 | 57 |
| Binary | 11001000 | 11101100 | 10 | 1111 | 0 | 1100011 | 111 | 1000101 | 1100010 | 101111 |
Color Harmonies of #C8EC02
Complementary color
Monochromatic Colors of #C8EC02
Black with #C8EC02
Text Example
Text Example
White with #C8EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC02; }
p { color: rgb(200,236,2); }
H1.HeaderClassName
{
color: #C8EC02;
}
.AnyTagClassName
{
color: #C8EC02;
}
</style>
background-color css
<style>
a { background-color: #C8EC02; }
a { background-color: rgb(200,236,2); }
div.DivClassName
{
background-color: #C8EC02;
}
.BgClassName
{
background-color: #C8EC02;
}
</style>
border-color css
<style>
span { border-color: #C8EC02; }
span { border-color: rgb(200,236,2); }
td.TdClassName
{
border-color: #C8EC02;
}
.TagClassName
{
border-color: #C8EC02;
}
</style>