Shades of Electric Lime #C8EF05
Tints of Electric Lime #C8EF05
RGB
CMYK
RGB Variations
Color information
#C8EF05 (or 0xC8EF05) is known color: Electric Lime. HEX triplet: C8, EF and 05. RGB value is (200,239,5). Sum of RGB (Red+Green+Blue) = 200+239+5=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EF05 is #3710FA. Grayscale: #C9C9C9. Windows color (decimal): -3608827 or 389064. OLE color: 389064.
HSL color Cylindrical-coordinate representation of color #C8EF05: hue angle of 70º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8EF05 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 5 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.06 |
| HSL | 70º | 0.96% | 0.48% | - |
| HSV(B) | 70º | 0.98% | 0.94% | - |
| XYZ | 54.71 | 74.02 | 11.55 | - |
| YUV | 200.66 | 17.58 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 5 | 0.16 | 0 | 0.98 | 0.06 | 70 | 0.96 | 0.48 |
| Hex | C8 | EF | 5 | 10 | 0 | 62 | 6 | 46 | 60 | 30 |
| Octal | 310 | 357 | 5 | 20 | 0 | 142 | 6 | 106 | 140 | 60 |
| Binary | 11001000 | 11101111 | 101 | 10000 | 0 | 1100010 | 110 | 1000110 | 1100000 | 110000 |
Color Harmonies of #C8EF05
Complementary color
Monochromatic Colors of #C8EF05
Black with #C8EF05
Text Example
Text Example
White with #C8EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF05; }
p { color: rgb(200,239,5); }
H1.HeaderClassName
{
color: #C8EF05;
}
.AnyTagClassName
{
color: #C8EF05;
}
</style>
background-color css
<style>
a { background-color: #C8EF05; }
a { background-color: rgb(200,239,5); }
div.DivClassName
{
background-color: #C8EF05;
}
.BgClassName
{
background-color: #C8EF05;
}
</style>
border-color css
<style>
span { border-color: #C8EF05; }
span { border-color: rgb(200,239,5); }
td.TdClassName
{
border-color: #C8EF05;
}
.TagClassName
{
border-color: #C8EF05;
}
</style>