Shades of Electric Lime #C4F416
Tints of Electric Lime #C4F416
RGB
CMYK
RGB Variations
Color information
#C4F416 (or 0xC4F416) is known color: Electric Lime. HEX triplet: C4, F4 and 16. RGB value is (196,244,22). Sum of RGB (Red+Green+Blue) = 196+244+22=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F416 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F416 is #3B0BE9. Grayscale: #CDCDCD. Windows color (decimal): -3869674 or 1504452. OLE color: 1504452.
HSL color Cylindrical-coordinate representation of color #C4F416: hue angle of 72.97º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4F416 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 244 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.04 |
| HSL | 72.97º | 0.91% | 0.52% | - |
| HSV(B) | 72.97º | 0.91% | 0.96% | - |
| XYZ | 55.26 | 76.5 | 12.61 | - |
| YUV | 204.34 | 25.1 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 244 | 22 | 0.20 | 0 | 0.91 | 0.04 | 72.97 | 0.91 | 0.52 |
| Hex | C4 | F4 | 16 | 14 | 0 | 5B | 4 | 49 | 5B | 34 |
| Octal | 304 | 364 | 26 | 24 | 0 | 133 | 4 | 111 | 133 | 64 |
| Binary | 11000100 | 11110100 | 10110 | 10100 | 0 | 1011011 | 100 | 1001001 | 1011011 | 110100 |
Color Harmonies of #C4F416
Complementary color
Monochromatic Colors of #C4F416
Black with #C4F416
Text Example
Text Example
White with #C4F416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F416; }
p { color: rgb(196,244,22); }
H1.HeaderClassName
{
color: #C4F416;
}
.AnyTagClassName
{
color: #C4F416;
}
</style>
background-color css
<style>
a { background-color: #C4F416; }
a { background-color: rgb(196,244,22); }
div.DivClassName
{
background-color: #C4F416;
}
.BgClassName
{
background-color: #C4F416;
}
</style>
border-color css
<style>
span { border-color: #C4F416; }
span { border-color: rgb(196,244,22); }
td.TdClassName
{
border-color: #C4F416;
}
.TagClassName
{
border-color: #C4F416;
}
</style>