Shades of Electric Lime #C8E305
Tints of Electric Lime #C8E305
RGB
CMYK
RGB Variations
Color information
#C8E305 (or 0xC8E305) is known color: Electric Lime. HEX triplet: C8, E3 and 05. RGB value is (200,227,5). Sum of RGB (Red+Green+Blue) = 200+227+5=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E305 is #371CFA. Grayscale: #C2C2C2. Windows color (decimal): -3611899 or 385992. OLE color: 385992.
HSL color Cylindrical-coordinate representation of color #C8E305: hue angle of 67.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8E305 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.11 |
| HSL | 67.3º | 0.96% | 0.45% | - |
| HSV(B) | 67.3º | 0.98% | 0.89% | - |
| XYZ | 51.32 | 67.23 | 10.42 | - |
| YUV | 193.62 | 21.55 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 5 | 0.12 | 0 | 0.98 | 0.11 | 67.3 | 0.96 | 0.45 |
| Hex | C8 | E3 | 5 | C | 0 | 62 | B | 43 | 60 | 2D |
| Octal | 310 | 343 | 5 | 14 | 0 | 142 | 13 | 103 | 140 | 55 |
| Binary | 11001000 | 11100011 | 101 | 1100 | 0 | 1100010 | 1011 | 1000011 | 1100000 | 101101 |
Color Harmonies of #C8E305
Complementary color
Monochromatic Colors of #C8E305
Black with #C8E305
Text Example
Text Example
White with #C8E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E305; }
p { color: rgb(200,227,5); }
H1.HeaderClassName
{
color: #C8E305;
}
.AnyTagClassName
{
color: #C8E305;
}
</style>
background-color css
<style>
a { background-color: #C8E305; }
a { background-color: rgb(200,227,5); }
div.DivClassName
{
background-color: #C8E305;
}
.BgClassName
{
background-color: #C8E305;
}
</style>
border-color css
<style>
span { border-color: #C8E305; }
span { border-color: rgb(200,227,5); }
td.TdClassName
{
border-color: #C8E305;
}
.TagClassName
{
border-color: #C8E305;
}
</style>