Shades of Electric Lime #C4FA18
Tints of Electric Lime #C4FA18
RGB
CMYK
RGB Variations
Color information
#C4FA18 (or 0xC4FA18) is known color: Electric Lime. HEX triplet: C4, FA and 18. RGB value is (196,250,24). Sum of RGB (Red+Green+Blue) = 196+250+24=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FA18 is #3B05E7. Grayscale: #D0D0D0. Windows color (decimal): -3868136 or 1637060. OLE color: 1637060.
HSL color Cylindrical-coordinate representation of color #C4FA18: hue angle of 74.34º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4FA18 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 24 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.02 |
| HSL | 74.34º | 0.96% | 0.54% | - |
| HSV(B) | 74.34º | 0.9% | 0.98% | - |
| XYZ | 57.12 | 80.17 | 13.33 | - |
| YUV | 208.09 | 24.11 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 24 | 0.22 | 0 | 0.90 | 0.02 | 74.34 | 0.96 | 0.54 |
| Hex | C4 | FA | 18 | 16 | 0 | 5A | 2 | 4A | 60 | 36 |
| Octal | 304 | 372 | 30 | 26 | 0 | 132 | 2 | 112 | 140 | 66 |
| Binary | 11000100 | 11111010 | 11000 | 10110 | 0 | 1011010 | 10 | 1001010 | 1100000 | 110110 |
Color Harmonies of #C4FA18
Complementary color
Monochromatic Colors of #C4FA18
Black with #C4FA18
Text Example
Text Example
White with #C4FA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA18; }
p { color: rgb(196,250,24); }
H1.HeaderClassName
{
color: #C4FA18;
}
.AnyTagClassName
{
color: #C4FA18;
}
</style>
background-color css
<style>
a { background-color: #C4FA18; }
a { background-color: rgb(196,250,24); }
div.DivClassName
{
background-color: #C4FA18;
}
.BgClassName
{
background-color: #C4FA18;
}
</style>
border-color css
<style>
span { border-color: #C4FA18; }
span { border-color: rgb(196,250,24); }
td.TdClassName
{
border-color: #C4FA18;
}
.TagClassName
{
border-color: #C4FA18;
}
</style>