Shades of Electric Lime #C5FB14
Tints of Electric Lime #C5FB14
RGB
CMYK
RGB Variations
Color information
#C5FB14 (or 0xC5FB14) is known color: Electric Lime. HEX triplet: C5, FB and 14. RGB value is (197,251,20). Sum of RGB (Red+Green+Blue) = 197+251+20=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FB14 is #3A04EB. Grayscale: #D1D1D1. Windows color (decimal): -3802348 or 1375173. OLE color: 1375173.
HSL color Cylindrical-coordinate representation of color #C5FB14: hue angle of 74.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5FB14 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.02 |
| HSL | 74.03º | 0.97% | 0.53% | - |
| HSV(B) | 74.03º | 0.92% | 0.98% | - |
| XYZ | 57.65 | 80.92 | 13.24 | - |
| YUV | 208.52 | 21.61 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 20 | 0.22 | 0 | 0.92 | 0.02 | 74.03 | 0.97 | 0.53 |
| Hex | C5 | FB | 14 | 16 | 0 | 5C | 2 | 4A | 61 | 35 |
| Octal | 305 | 373 | 24 | 26 | 0 | 134 | 2 | 112 | 141 | 65 |
| Binary | 11000101 | 11111011 | 10100 | 10110 | 0 | 1011100 | 10 | 1001010 | 1100001 | 110101 |
Color Harmonies of #C5FB14
Complementary color
Monochromatic Colors of #C5FB14
Black with #C5FB14
Text Example
Text Example
White with #C5FB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB14; }
p { color: rgb(197,251,20); }
H1.HeaderClassName
{
color: #C5FB14;
}
.AnyTagClassName
{
color: #C5FB14;
}
</style>
background-color css
<style>
a { background-color: #C5FB14; }
a { background-color: rgb(197,251,20); }
div.DivClassName
{
background-color: #C5FB14;
}
.BgClassName
{
background-color: #C5FB14;
}
</style>
border-color css
<style>
span { border-color: #C5FB14; }
span { border-color: rgb(197,251,20); }
td.TdClassName
{
border-color: #C5FB14;
}
.TagClassName
{
border-color: #C5FB14;
}
</style>