Shades of Electric Lime #C5E502
Tints of Electric Lime #C5E502
RGB
CMYK
RGB Variations
Color information
#C5E502 (or 0xC5E502) is known color: Electric Lime. HEX triplet: C5, E5 and 02. RGB value is (197,229,2). Sum of RGB (Red+Green+Blue) = 197+229+2=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E502 is #3A1AFD. Grayscale: #C2C2C2. Windows color (decimal): -3807998 or 189893. OLE color: 189893.
HSL color Cylindrical-coordinate representation of color #C5E502: hue angle of 68.46º 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 #C5E502 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.10 |
| HSL | 68.46º | 0.98% | 0.45% | - |
| HSV(B) | 68.46º | 0.99% | 0.9% | - |
| XYZ | 51.06 | 67.91 | 10.48 | - |
| YUV | 193.55 | 19.9 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 2 | 0.14 | 0 | 0.99 | 0.10 | 68.46 | 0.98 | 0.45 |
| Hex | C5 | E5 | 2 | E | 0 | 63 | A | 44 | 62 | 2D |
| Octal | 305 | 345 | 2 | 16 | 0 | 143 | 12 | 104 | 142 | 55 |
| Binary | 11000101 | 11100101 | 10 | 1110 | 0 | 1100011 | 1010 | 1000100 | 1100010 | 101101 |
Color Harmonies of #C5E502
Complementary color
Monochromatic Colors of #C5E502
Black with #C5E502
Text Example
Text Example
White with #C5E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E502; }
p { color: rgb(197,229,2); }
H1.HeaderClassName
{
color: #C5E502;
}
.AnyTagClassName
{
color: #C5E502;
}
</style>
background-color css
<style>
a { background-color: #C5E502; }
a { background-color: rgb(197,229,2); }
div.DivClassName
{
background-color: #C5E502;
}
.BgClassName
{
background-color: #C5E502;
}
</style>
border-color css
<style>
span { border-color: #C5E502; }
span { border-color: rgb(197,229,2); }
td.TdClassName
{
border-color: #C5E502;
}
.TagClassName
{
border-color: #C5E502;
}
</style>