Shades of Electric Lime #C5E503
Tints of Electric Lime #C5E503
RGB
CMYK
RGB Variations
Color information
#C5E503 (or 0xC5E503) is known color: Electric Lime. HEX triplet: C5, E5 and 03. RGB value is (197,229,3). Sum of RGB (Red+Green+Blue) = 197+229+3=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E503 is #3A1AFC. Grayscale: #C2C2C2. Windows color (decimal): -3807997 or 255429. OLE color: 255429.
HSL color Cylindrical-coordinate representation of color #C5E503: hue angle of 68.5º degrees, saturation: 0.97, 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 #C5E503 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.10 |
| HSL | 68.5º | 0.97% | 0.45% | - |
| HSV(B) | 68.5º | 0.99% | 0.9% | - |
| XYZ | 51.06 | 67.92 | 10.5 | - |
| YUV | 193.67 | 20.4 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 3 | 0.14 | 0 | 0.99 | 0.10 | 68.5 | 0.97 | 0.45 |
| Hex | C5 | E5 | 3 | E | 0 | 63 | A | 44 | 61 | 2D |
| Octal | 305 | 345 | 3 | 16 | 0 | 143 | 12 | 104 | 141 | 55 |
| Binary | 11000101 | 11100101 | 11 | 1110 | 0 | 1100011 | 1010 | 1000100 | 1100001 | 101101 |
Color Harmonies of #C5E503
Complementary color
Monochromatic Colors of #C5E503
Black with #C5E503
Text Example
Text Example
White with #C5E503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E503; }
p { color: rgb(197,229,3); }
H1.HeaderClassName
{
color: #C5E503;
}
.AnyTagClassName
{
color: #C5E503;
}
</style>
background-color css
<style>
a { background-color: #C5E503; }
a { background-color: rgb(197,229,3); }
div.DivClassName
{
background-color: #C5E503;
}
.BgClassName
{
background-color: #C5E503;
}
</style>
border-color css
<style>
span { border-color: #C5E503; }
span { border-color: rgb(197,229,3); }
td.TdClassName
{
border-color: #C5E503;
}
.TagClassName
{
border-color: #C5E503;
}
</style>