Shades of Electric Lime #C5EF11
Tints of Electric Lime #C5EF11
RGB
CMYK
RGB Variations
Color information
#C5EF11 (or 0xC5EF11) is known color: Electric Lime. HEX triplet: C5, EF and 11. RGB value is (197,239,17). Sum of RGB (Red+Green+Blue) = 197+239+17=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EF11 is #3A10EE. Grayscale: #C9C9C9. Windows color (decimal): -3805423 or 1175493. OLE color: 1175493.
HSL color Cylindrical-coordinate representation of color #C5EF11: hue angle of 71.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5EF11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 17 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.06 |
| HSL | 71.35º | 0.87% | 0.5% | - |
| HSV(B) | 71.35º | 0.93% | 0.94% | - |
| XYZ | 53.99 | 73.64 | 11.9 | - |
| YUV | 201.13 | 24.09 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 17 | 0.18 | 0 | 0.93 | 0.06 | 71.35 | 0.87 | 0.5 |
| Hex | C5 | EF | 11 | 12 | 0 | 5D | 6 | 47 | 57 | 32 |
| Octal | 305 | 357 | 21 | 22 | 0 | 135 | 6 | 107 | 127 | 62 |
| Binary | 11000101 | 11101111 | 10001 | 10010 | 0 | 1011101 | 110 | 1000111 | 1010111 | 110010 |
Color Harmonies of #C5EF11
Complementary color
Monochromatic Colors of #C5EF11
Black with #C5EF11
Text Example
Text Example
White with #C5EF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF11; }
p { color: rgb(197,239,17); }
H1.HeaderClassName
{
color: #C5EF11;
}
.AnyTagClassName
{
color: #C5EF11;
}
</style>
background-color css
<style>
a { background-color: #C5EF11; }
a { background-color: rgb(197,239,17); }
div.DivClassName
{
background-color: #C5EF11;
}
.BgClassName
{
background-color: #C5EF11;
}
</style>
border-color css
<style>
span { border-color: #C5EF11; }
span { border-color: rgb(197,239,17); }
td.TdClassName
{
border-color: #C5EF11;
}
.TagClassName
{
border-color: #C5EF11;
}
</style>