Shades of Electric Lime #C5FC11
Tints of Electric Lime #C5FC11
RGB
CMYK
RGB Variations
Color information
#C5FC11 (or 0xC5FC11) is known color: Electric Lime. HEX triplet: C5, FC and 11. RGB value is (197,252,17). Sum of RGB (Red+Green+Blue) = 197+252+17=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FC11 is #3A03EE. Grayscale: #D1D1D1. Windows color (decimal): -3802095 or 1178821. OLE color: 1178821.
HSL color Cylindrical-coordinate representation of color #C5FC11: hue angle of 74.04º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5FC11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.01 |
| HSL | 74.04º | 0.98% | 0.53% | - |
| HSV(B) | 74.04º | 0.93% | 0.99% | - |
| XYZ | 57.94 | 81.53 | 13.21 | - |
| YUV | 208.77 | 19.78 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 17 | 0.22 | 0 | 0.93 | 0.01 | 74.04 | 0.98 | 0.53 |
| Hex | C5 | FC | 11 | 16 | 0 | 5D | 1 | 4A | 62 | 35 |
| Octal | 305 | 374 | 21 | 26 | 0 | 135 | 1 | 112 | 142 | 65 |
| Binary | 11000101 | 11111100 | 10001 | 10110 | 0 | 1011101 | 1 | 1001010 | 1100010 | 110101 |
Color Harmonies of #C5FC11
Complementary color
Monochromatic Colors of #C5FC11
Black with #C5FC11
Text Example
Text Example
White with #C5FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FC11; }
p { color: rgb(197,252,17); }
H1.HeaderClassName
{
color: #C5FC11;
}
.AnyTagClassName
{
color: #C5FC11;
}
</style>
background-color css
<style>
a { background-color: #C5FC11; }
a { background-color: rgb(197,252,17); }
div.DivClassName
{
background-color: #C5FC11;
}
.BgClassName
{
background-color: #C5FC11;
}
</style>
border-color css
<style>
span { border-color: #C5FC11; }
span { border-color: rgb(197,252,17); }
td.TdClassName
{
border-color: #C5FC11;
}
.TagClassName
{
border-color: #C5FC11;
}
</style>