Shades of Electric Lime #C5F418
Tints of Electric Lime #C5F418
RGB
CMYK
RGB Variations
Color information
#C5F418 (or 0xC5F418) is known color: Electric Lime. HEX triplet: C5, F4 and 18. RGB value is (197,244,24). Sum of RGB (Red+Green+Blue) = 197+244+24=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F418 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F418 is #3A0BE7. Grayscale: #CDCDCD. Windows color (decimal): -3804136 or 1635525. OLE color: 1635525.
HSL color Cylindrical-coordinate representation of color #C5F418: hue angle of 72.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5F418 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 24 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.04 |
| HSL | 72.82º | 0.91% | 0.53% | - |
| HSV(B) | 72.82º | 0.9% | 0.96% | - |
| XYZ | 55.54 | 76.64 | 12.73 | - |
| YUV | 204.87 | 25.93 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 24 | 0.19 | 0 | 0.90 | 0.04 | 72.82 | 0.91 | 0.53 |
| Hex | C5 | F4 | 18 | 13 | 0 | 5A | 4 | 49 | 5B | 35 |
| Octal | 305 | 364 | 30 | 23 | 0 | 132 | 4 | 111 | 133 | 65 |
| Binary | 11000101 | 11110100 | 11000 | 10011 | 0 | 1011010 | 100 | 1001001 | 1011011 | 110101 |
Color Harmonies of #C5F418
Complementary color
Monochromatic Colors of #C5F418
Black with #C5F418
Text Example
Text Example
White with #C5F418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F418; }
p { color: rgb(197,244,24); }
H1.HeaderClassName
{
color: #C5F418;
}
.AnyTagClassName
{
color: #C5F418;
}
</style>
background-color css
<style>
a { background-color: #C5F418; }
a { background-color: rgb(197,244,24); }
div.DivClassName
{
background-color: #C5F418;
}
.BgClassName
{
background-color: #C5F418;
}
</style>
border-color css
<style>
span { border-color: #C5F418; }
span { border-color: rgb(197,244,24); }
td.TdClassName
{
border-color: #C5F418;
}
.TagClassName
{
border-color: #C5F418;
}
</style>