Shades of Electric Lime #C5E501
Tints of Electric Lime #C5E501
RGB
CMYK
RGB Variations
Color information
#C5E501 (or 0xC5E501) is known color: Electric Lime. HEX triplet: C5, E5 and 01. RGB value is (197,229,1). Sum of RGB (Red+Green+Blue) = 197+229+1=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E501 is #3A1AFE. Grayscale: #C2C2C2. Windows color (decimal): -3807999 or 124357. OLE color: 124357.
HSL color Cylindrical-coordinate representation of color #C5E501: hue angle of 68.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5E501 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.10 |
| HSL | 68.42º | 0.99% | 0.45% | - |
| HSV(B) | 68.42º | 1% | 0.9% | - |
| XYZ | 51.05 | 67.91 | 10.45 | - |
| YUV | 193.44 | 19.4 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 1 | 0.14 | 0 | 1.00 | 0.10 | 68.42 | 0.99 | 0.45 |
| Hex | C5 | E5 | 1 | E | 0 | 64 | A | 44 | 63 | 2D |
| Octal | 305 | 345 | 1 | 16 | 0 | 144 | 12 | 104 | 143 | 55 |
| Binary | 11000101 | 11100101 | 1 | 1110 | 0 | 1100100 | 1010 | 1000100 | 1100011 | 101101 |
Color Harmonies of #C5E501
Complementary color
Monochromatic Colors of #C5E501
Black with #C5E501
Text Example
Text Example
White with #C5E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E501; }
p { color: rgb(197,229,1); }
H1.HeaderClassName
{
color: #C5E501;
}
.AnyTagClassName
{
color: #C5E501;
}
</style>
background-color css
<style>
a { background-color: #C5E501; }
a { background-color: rgb(197,229,1); }
div.DivClassName
{
background-color: #C5E501;
}
.BgClassName
{
background-color: #C5E501;
}
</style>
border-color css
<style>
span { border-color: #C5E501; }
span { border-color: rgb(197,229,1); }
td.TdClassName
{
border-color: #C5E501;
}
.TagClassName
{
border-color: #C5E501;
}
</style>