Shades of Electric Lime #C5F718
Tints of Electric Lime #C5F718
RGB
CMYK
RGB Variations
Color information
#C5F718 (or 0xC5F718) is known color: Electric Lime. HEX triplet: C5, F7 and 18. RGB value is (197,247,24). Sum of RGB (Red+Green+Blue) = 197+247+24=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F718 is #3A08E7. Grayscale: #CFCFCF. Windows color (decimal): -3803368 or 1636293. OLE color: 1636293.
HSL color Cylindrical-coordinate representation of color #C5F718: hue angle of 73.45º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5F718 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.03 |
| HSL | 73.45º | 0.93% | 0.53% | - |
| HSV(B) | 73.45º | 0.9% | 0.97% | - |
| XYZ | 56.45 | 78.46 | 13.03 | - |
| YUV | 206.63 | 24.94 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 24 | 0.20 | 0 | 0.90 | 0.03 | 73.45 | 0.93 | 0.53 |
| Hex | C5 | F7 | 18 | 14 | 0 | 5A | 3 | 49 | 5D | 35 |
| Octal | 305 | 367 | 30 | 24 | 0 | 132 | 3 | 111 | 135 | 65 |
| Binary | 11000101 | 11110111 | 11000 | 10100 | 0 | 1011010 | 11 | 1001001 | 1011101 | 110101 |
Color Harmonies of #C5F718
Complementary color
Monochromatic Colors of #C5F718
Black with #C5F718
Text Example
Text Example
White with #C5F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F718; }
p { color: rgb(197,247,24); }
H1.HeaderClassName
{
color: #C5F718;
}
.AnyTagClassName
{
color: #C5F718;
}
</style>
background-color css
<style>
a { background-color: #C5F718; }
a { background-color: rgb(197,247,24); }
div.DivClassName
{
background-color: #C5F718;
}
.BgClassName
{
background-color: #C5F718;
}
</style>
border-color css
<style>
span { border-color: #C5F718; }
span { border-color: rgb(197,247,24); }
td.TdClassName
{
border-color: #C5F718;
}
.TagClassName
{
border-color: #C5F718;
}
</style>