Shades of Electric Lime #C5EF0E
Tints of Electric Lime #C5EF0E
RGB
CMYK
RGB Variations
Color information
#C5EF0E (or 0xC5EF0E) is known color: Electric Lime. HEX triplet: C5, EF and 0E. RGB value is (197,239,14). Sum of RGB (Red+Green+Blue) = 197+239+14=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EF0E is #3A10F1. Grayscale: #C9C9C9. Windows color (decimal): -3805426 or 978885. OLE color: 978885.
HSL color Cylindrical-coordinate representation of color #C5EF0E: hue angle of 71.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5EF0E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.06 |
| HSL | 71.2º | 0.89% | 0.5% | - |
| HSV(B) | 71.2º | 0.94% | 0.94% | - |
| XYZ | 53.97 | 73.64 | 11.78 | - |
| YUV | 200.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 14 | 0.18 | 0 | 0.94 | 0.06 | 71.2 | 0.89 | 0.5 |
| Hex | C5 | EF | E | 12 | 0 | 5E | 6 | 47 | 59 | 32 |
| Octal | 305 | 357 | 16 | 22 | 0 | 136 | 6 | 107 | 131 | 62 |
| Binary | 11000101 | 11101111 | 1110 | 10010 | 0 | 1011110 | 110 | 1000111 | 1011001 | 110010 |
Color Harmonies of #C5EF0E
Complementary color
Monochromatic Colors of #C5EF0E
Black with #C5EF0E
Text Example
Text Example
White with #C5EF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF0E; }
p { color: rgb(197,239,14); }
H1.HeaderClassName
{
color: #C5EF0E;
}
.AnyTagClassName
{
color: #C5EF0E;
}
</style>
background-color css
<style>
a { background-color: #C5EF0E; }
a { background-color: rgb(197,239,14); }
div.DivClassName
{
background-color: #C5EF0E;
}
.BgClassName
{
background-color: #C5EF0E;
}
</style>
border-color css
<style>
span { border-color: #C5EF0E; }
span { border-color: rgb(197,239,14); }
td.TdClassName
{
border-color: #C5EF0E;
}
.TagClassName
{
border-color: #C5EF0E;
}
</style>