Shades of Electric Lime #C4F616
Tints of Electric Lime #C4F616
RGB
CMYK
RGB Variations
Color information
#C4F616 (or 0xC4F616) is known color: Electric Lime. HEX triplet: C4, F6 and 16. RGB value is (196,246,22). Sum of RGB (Red+Green+Blue) = 196+246+22=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #C4F616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F616 is #3B09E9. Grayscale: #CECECE. Windows color (decimal): -3869162 or 1504964. OLE color: 1504964.
HSL color Cylindrical-coordinate representation of color #C4F616: hue angle of 73.39º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4F616 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 246 | 22 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.04 |
| HSL | 73.39º | 0.93% | 0.53% | - |
| HSV(B) | 73.39º | 0.91% | 0.96% | - |
| XYZ | 55.87 | 77.71 | 12.81 | - |
| YUV | 205.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 246 | 22 | 0.20 | 0 | 0.91 | 0.04 | 73.39 | 0.93 | 0.53 |
| Hex | C4 | F6 | 16 | 14 | 0 | 5B | 4 | 49 | 5D | 35 |
| Octal | 304 | 366 | 26 | 24 | 0 | 133 | 4 | 111 | 135 | 65 |
| Binary | 11000100 | 11110110 | 10110 | 10100 | 0 | 1011011 | 100 | 1001001 | 1011101 | 110101 |
Color Harmonies of #C4F616
Complementary color
Monochromatic Colors of #C4F616
Black with #C4F616
Text Example
Text Example
White with #C4F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F616; }
p { color: rgb(196,246,22); }
H1.HeaderClassName
{
color: #C4F616;
}
.AnyTagClassName
{
color: #C4F616;
}
</style>
background-color css
<style>
a { background-color: #C4F616; }
a { background-color: rgb(196,246,22); }
div.DivClassName
{
background-color: #C4F616;
}
.BgClassName
{
background-color: #C4F616;
}
</style>
border-color css
<style>
span { border-color: #C4F616; }
span { border-color: rgb(196,246,22); }
td.TdClassName
{
border-color: #C4F616;
}
.TagClassName
{
border-color: #C4F616;
}
</style>