Shades of Electric Lime #C3F616
Tints of Electric Lime #C3F616
RGB
CMYK
RGB Variations
Color information
#C3F616 (or 0xC3F616) is known color: Electric Lime. HEX triplet: C3, F6 and 16. RGB value is (195,246,22). Sum of RGB (Red+Green+Blue) = 195+246+22=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 246 (96.48% from 255 or 53.13% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F616 is #3C09E9. Grayscale: #CECECE. Windows color (decimal): -3934698 or 1504963. OLE color: 1504963.
HSL color Cylindrical-coordinate representation of color #C3F616: hue angle of 73.66º 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 #C3F616 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 22 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.04 |
| HSL | 73.66º | 0.93% | 0.53% | - |
| HSV(B) | 73.66º | 0.91% | 0.96% | - |
| XYZ | 55.61 | 77.57 | 12.8 | - |
| YUV | 205.22 | 24.6 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 22 | 0.21 | 0 | 0.91 | 0.04 | 73.66 | 0.93 | 0.53 |
| Hex | C3 | F6 | 16 | 15 | 0 | 5B | 4 | 4A | 5D | 35 |
| Octal | 303 | 366 | 26 | 25 | 0 | 133 | 4 | 112 | 135 | 65 |
| Binary | 11000011 | 11110110 | 10110 | 10101 | 0 | 1011011 | 100 | 1001010 | 1011101 | 110101 |
Color Harmonies of #C3F616
Complementary color
Monochromatic Colors of #C3F616
Black with #C3F616
Text Example
Text Example
White with #C3F616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F616; }
p { color: rgb(195,246,22); }
H1.HeaderClassName
{
color: #C3F616;
}
.AnyTagClassName
{
color: #C3F616;
}
</style>
background-color css
<style>
a { background-color: #C3F616; }
a { background-color: rgb(195,246,22); }
div.DivClassName
{
background-color: #C3F616;
}
.BgClassName
{
background-color: #C3F616;
}
</style>
border-color css
<style>
span { border-color: #C3F616; }
span { border-color: rgb(195,246,22); }
td.TdClassName
{
border-color: #C3F616;
}
.TagClassName
{
border-color: #C3F616;
}
</style>