Shades of Electric Lime #C5E803
Tints of Electric Lime #C5E803
RGB
CMYK
RGB Variations
Color information
#C5E803 (or 0xC5E803) is known color: Electric Lime. HEX triplet: C5, E8 and 03. RGB value is (197,232,3). Sum of RGB (Red+Green+Blue) = 197+232+3=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 232 (91.02% from 255 or 53.70% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E803 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E803 is #3A17FC. Grayscale: #C4C4C4. Windows color (decimal): -3807229 or 256197. OLE color: 256197.
HSL color Cylindrical-coordinate representation of color #C5E803: hue angle of 69.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5E803 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.09 |
| HSL | 69.17º | 0.97% | 0.46% | - |
| HSV(B) | 69.17º | 0.99% | 0.91% | - |
| XYZ | 51.9 | 69.59 | 10.78 | - |
| YUV | 195.43 | 19.4 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 3 | 0.15 | 0 | 0.99 | 0.09 | 69.17 | 0.97 | 0.46 |
| Hex | C5 | E8 | 3 | F | 0 | 63 | 9 | 45 | 61 | 2E |
| Octal | 305 | 350 | 3 | 17 | 0 | 143 | 11 | 105 | 141 | 56 |
| Binary | 11000101 | 11101000 | 11 | 1111 | 0 | 1100011 | 1001 | 1000101 | 1100001 | 101110 |
Color Harmonies of #C5E803
Complementary color
Monochromatic Colors of #C5E803
Black with #C5E803
Text Example
Text Example
White with #C5E803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E803; }
p { color: rgb(197,232,3); }
H1.HeaderClassName
{
color: #C5E803;
}
.AnyTagClassName
{
color: #C5E803;
}
</style>
background-color css
<style>
a { background-color: #C5E803; }
a { background-color: rgb(197,232,3); }
div.DivClassName
{
background-color: #C5E803;
}
.BgClassName
{
background-color: #C5E803;
}
</style>
border-color css
<style>
span { border-color: #C5E803; }
span { border-color: rgb(197,232,3); }
td.TdClassName
{
border-color: #C5E803;
}
.TagClassName
{
border-color: #C5E803;
}
</style>