Shades of Electric Lime #C2F616
Tints of Electric Lime #C2F616
RGB
CMYK
RGB Variations
Color information
#C2F616 (or 0xC2F616) is known color: Electric Lime. HEX triplet: C2, F6 and 16. RGB value is (194,246,22). Sum of RGB (Red+Green+Blue) = 194+246+22=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F616 is #3D09E9. Grayscale: #CDCDCD. Windows color (decimal): -4000234 or 1504962. OLE color: 1504962.
HSL color Cylindrical-coordinate representation of color #C2F616: hue angle of 73.93º 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 #C2F616 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.04 |
| HSL | 73.93º | 0.93% | 0.53% | - |
| HSV(B) | 73.93º | 0.91% | 0.96% | - |
| XYZ | 55.35 | 77.44 | 12.79 | - |
| YUV | 204.92 | 24.77 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 22 | 0.21 | 0 | 0.91 | 0.04 | 73.93 | 0.93 | 0.53 |
| Hex | C2 | F6 | 16 | 15 | 0 | 5B | 4 | 4A | 5D | 35 |
| Octal | 302 | 366 | 26 | 25 | 0 | 133 | 4 | 112 | 135 | 65 |
| Binary | 11000010 | 11110110 | 10110 | 10101 | 0 | 1011011 | 100 | 1001010 | 1011101 | 110101 |
Color Harmonies of #C2F616
Complementary color
Monochromatic Colors of #C2F616
Black with #C2F616
Text Example
Text Example
White with #C2F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F616; }
p { color: rgb(194,246,22); }
H1.HeaderClassName
{
color: #C2F616;
}
.AnyTagClassName
{
color: #C2F616;
}
</style>
background-color css
<style>
a { background-color: #C2F616; }
a { background-color: rgb(194,246,22); }
div.DivClassName
{
background-color: #C2F616;
}
.BgClassName
{
background-color: #C2F616;
}
</style>
border-color css
<style>
span { border-color: #C2F616; }
span { border-color: rgb(194,246,22); }
td.TdClassName
{
border-color: #C2F616;
}
.TagClassName
{
border-color: #C2F616;
}
</style>