Shades of Electric Lime #C8E905
Tints of Electric Lime #C8E905
RGB
CMYK
RGB Variations
Color information
#C8E905 (or 0xC8E905) is known color: Electric Lime. HEX triplet: C8, E9 and 05. RGB value is (200,233,5). Sum of RGB (Red+Green+Blue) = 200+233+5=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E905 is #3716FA. Grayscale: #C6C6C6. Windows color (decimal): -3610363 or 387528. OLE color: 387528.
HSL color Cylindrical-coordinate representation of color #C8E905: hue angle of 68.68º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8E905 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 5 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.09 |
| HSL | 68.68º | 0.96% | 0.47% | - |
| HSV(B) | 68.68º | 0.98% | 0.91% | - |
| XYZ | 52.99 | 70.57 | 10.97 | - |
| YUV | 197.14 | 19.57 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 5 | 0.14 | 0 | 0.98 | 0.09 | 68.68 | 0.96 | 0.47 |
| Hex | C8 | E9 | 5 | E | 0 | 62 | 9 | 45 | 60 | 2F |
| Octal | 310 | 351 | 5 | 16 | 0 | 142 | 11 | 105 | 140 | 57 |
| Binary | 11001000 | 11101001 | 101 | 1110 | 0 | 1100010 | 1001 | 1000101 | 1100000 | 101111 |
Color Harmonies of #C8E905
Complementary color
Monochromatic Colors of #C8E905
Black with #C8E905
Text Example
Text Example
White with #C8E905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E905; }
p { color: rgb(200,233,5); }
H1.HeaderClassName
{
color: #C8E905;
}
.AnyTagClassName
{
color: #C8E905;
}
</style>
background-color css
<style>
a { background-color: #C8E905; }
a { background-color: rgb(200,233,5); }
div.DivClassName
{
background-color: #C8E905;
}
.BgClassName
{
background-color: #C8E905;
}
</style>
border-color css
<style>
span { border-color: #C8E905; }
span { border-color: rgb(200,233,5); }
td.TdClassName
{
border-color: #C8E905;
}
.TagClassName
{
border-color: #C8E905;
}
</style>