Shades of Electric Lime #C8E502
Tints of Electric Lime #C8E502
RGB
CMYK
RGB Variations
Color information
#C8E502 (or 0xC8E502) is known color: Electric Lime. HEX triplet: C8, E5 and 02. RGB value is (200,229,2). Sum of RGB (Red+Green+Blue) = 200+229+2=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E502 is #371AFD. Grayscale: #C3C3C3. Windows color (decimal): -3611390 or 189896. OLE color: 189896.
HSL color Cylindrical-coordinate representation of color #C8E502: hue angle of 67.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8E502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.10 |
| HSL | 67.67º | 0.98% | 0.45% | - |
| HSV(B) | 67.67º | 0.99% | 0.9% | - |
| XYZ | 51.85 | 68.32 | 10.51 | - |
| YUV | 194.45 | 19.39 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 2 | 0.13 | 0 | 0.99 | 0.10 | 67.67 | 0.98 | 0.45 |
| Hex | C8 | E5 | 2 | D | 0 | 63 | A | 44 | 62 | 2D |
| Octal | 310 | 345 | 2 | 15 | 0 | 143 | 12 | 104 | 142 | 55 |
| Binary | 11001000 | 11100101 | 10 | 1101 | 0 | 1100011 | 1010 | 1000100 | 1100010 | 101101 |
Color Harmonies of #C8E502
Complementary color
Monochromatic Colors of #C8E502
Black with #C8E502
Text Example
Text Example
White with #C8E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E502; }
p { color: rgb(200,229,2); }
H1.HeaderClassName
{
color: #C8E502;
}
.AnyTagClassName
{
color: #C8E502;
}
</style>
background-color css
<style>
a { background-color: #C8E502; }
a { background-color: rgb(200,229,2); }
div.DivClassName
{
background-color: #C8E502;
}
.BgClassName
{
background-color: #C8E502;
}
</style>
border-color css
<style>
span { border-color: #C8E502; }
span { border-color: rgb(200,229,2); }
td.TdClassName
{
border-color: #C8E502;
}
.TagClassName
{
border-color: #C8E502;
}
</style>