Shades of Electric Lime #C7EC08
Tints of Electric Lime #C7EC08
RGB
CMYK
RGB Variations
Color information
#C7EC08 (or 0xC7EC08) is known color: Electric Lime. HEX triplet: C7, EC and 08. RGB value is (199,236,8). Sum of RGB (Red+Green+Blue) = 199+236+8=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EC08 is #3813F7. Grayscale: #C7C7C7. Windows color (decimal): -3675128 or 584903. OLE color: 584903.
HSL color Cylindrical-coordinate representation of color #C7EC08: hue angle of 69.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7EC08 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.07 |
| HSL | 69.74º | 0.93% | 0.48% | - |
| HSV(B) | 69.74º | 0.97% | 0.93% | - |
| XYZ | 53.59 | 72.15 | 11.33 | - |
| YUV | 198.95 | 20.24 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 8 | 0.16 | 0 | 0.97 | 0.07 | 69.74 | 0.93 | 0.48 |
| Hex | C7 | EC | 8 | 10 | 0 | 61 | 7 | 46 | 5D | 30 |
| Octal | 307 | 354 | 10 | 20 | 0 | 141 | 7 | 106 | 135 | 60 |
| Binary | 11000111 | 11101100 | 1000 | 10000 | 0 | 1100001 | 111 | 1000110 | 1011101 | 110000 |
Color Harmonies of #C7EC08
Complementary color
Monochromatic Colors of #C7EC08
Black with #C7EC08
Text Example
Text Example
White with #C7EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EC08; }
p { color: rgb(199,236,8); }
H1.HeaderClassName
{
color: #C7EC08;
}
.AnyTagClassName
{
color: #C7EC08;
}
</style>
background-color css
<style>
a { background-color: #C7EC08; }
a { background-color: rgb(199,236,8); }
div.DivClassName
{
background-color: #C7EC08;
}
.BgClassName
{
background-color: #C7EC08;
}
</style>
border-color css
<style>
span { border-color: #C7EC08; }
span { border-color: rgb(199,236,8); }
td.TdClassName
{
border-color: #C7EC08;
}
.TagClassName
{
border-color: #C7EC08;
}
</style>