Shades of Electric Lime #C5FE11
Tints of Electric Lime #C5FE11
RGB
CMYK
RGB Variations
Color information
#C5FE11 (or 0xC5FE11) is known color: Electric Lime. HEX triplet: C5, FE and 11. RGB value is (197,254,17). Sum of RGB (Red+Green+Blue) = 197+254+17=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FE11 is #3A01EE. Grayscale: #D2D2D2. Windows color (decimal): -3801583 or 1179333. OLE color: 1179333.
HSL color Cylindrical-coordinate representation of color #C5FE11: hue angle of 74.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5FE11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 17 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.00 |
| HSL | 74.43º | 0.99% | 0.53% | - |
| HSV(B) | 74.43º | 0.93% | 1% | - |
| XYZ | 58.57 | 82.79 | 13.42 | - |
| YUV | 209.94 | 19.12 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 17 | 0.22 | 0 | 0.93 | 0.00 | 74.43 | 0.99 | 0.53 |
| Hex | C5 | FE | 11 | 16 | 0 | 5D | 0 | 4A | 63 | 35 |
| Octal | 305 | 376 | 21 | 26 | 0 | 135 | 0 | 112 | 143 | 65 |
| Binary | 11000101 | 11111110 | 10001 | 10110 | 0 | 1011101 | 0 | 1001010 | 1100011 | 110101 |
Color Harmonies of #C5FE11
Complementary color
Monochromatic Colors of #C5FE11
Black with #C5FE11
Text Example
Text Example
White with #C5FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FE11; }
p { color: rgb(197,254,17); }
H1.HeaderClassName
{
color: #C5FE11;
}
.AnyTagClassName
{
color: #C5FE11;
}
</style>
background-color css
<style>
a { background-color: #C5FE11; }
a { background-color: rgb(197,254,17); }
div.DivClassName
{
background-color: #C5FE11;
}
.BgClassName
{
background-color: #C5FE11;
}
</style>
border-color css
<style>
span { border-color: #C5FE11; }
span { border-color: rgb(197,254,17); }
td.TdClassName
{
border-color: #C5FE11;
}
.TagClassName
{
border-color: #C5FE11;
}
</style>