Shades of Electric Lime #C5EE0A
Tints of Electric Lime #C5EE0A
RGB
CMYK
RGB Variations
Color information
#C5EE0A (or 0xC5EE0A) is known color: Electric Lime. HEX triplet: C5, EE and 0A. RGB value is (197,238,10). Sum of RGB (Red+Green+Blue) = 197+238+10=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EE0A is #3A11F5. Grayscale: #C8C8C8. Windows color (decimal): -3805686 or 716485. OLE color: 716485.
HSL color Cylindrical-coordinate representation of color #C5EE0A: hue angle of 70.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5EE0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.07 |
| HSL | 70.79º | 0.92% | 0.49% | - |
| HSV(B) | 70.79º | 0.96% | 0.93% | - |
| XYZ | 53.66 | 73.04 | 11.56 | - |
| YUV | 199.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 10 | 0.17 | 0 | 0.96 | 0.07 | 70.79 | 0.92 | 0.49 |
| Hex | C5 | EE | A | 11 | 0 | 60 | 7 | 47 | 5C | 31 |
| Octal | 305 | 356 | 12 | 21 | 0 | 140 | 7 | 107 | 134 | 61 |
| Binary | 11000101 | 11101110 | 1010 | 10001 | 0 | 1100000 | 111 | 1000111 | 1011100 | 110001 |
Color Harmonies of #C5EE0A
Complementary color
Monochromatic Colors of #C5EE0A
Black with #C5EE0A
Text Example
Text Example
White with #C5EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE0A; }
p { color: rgb(197,238,10); }
H1.HeaderClassName
{
color: #C5EE0A;
}
.AnyTagClassName
{
color: #C5EE0A;
}
</style>
background-color css
<style>
a { background-color: #C5EE0A; }
a { background-color: rgb(197,238,10); }
div.DivClassName
{
background-color: #C5EE0A;
}
.BgClassName
{
background-color: #C5EE0A;
}
</style>
border-color css
<style>
span { border-color: #C5EE0A; }
span { border-color: rgb(197,238,10); }
td.TdClassName
{
border-color: #C5EE0A;
}
.TagClassName
{
border-color: #C5EE0A;
}
</style>