Shades of Electric Lime #C3FC11
Tints of Electric Lime #C3FC11
RGB
CMYK
RGB Variations
Color information
#C3FC11 (or 0xC3FC11) is known color: Electric Lime. HEX triplet: C3, FC and 11. RGB value is (195,252,17). Sum of RGB (Red+Green+Blue) = 195+252+17=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FC11 is #3C03EE. Grayscale: #D1D1D1. Windows color (decimal): -3933167 or 1178819. OLE color: 1178819.
HSL color Cylindrical-coordinate representation of color #C3FC11: hue angle of 74.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3FC11 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.01 |
| HSL | 74.55º | 0.98% | 0.53% | - |
| HSV(B) | 74.55º | 0.93% | 0.99% | - |
| XYZ | 57.42 | 81.26 | 13.19 | - |
| YUV | 208.17 | 20.12 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 17 | 0.23 | 0 | 0.93 | 0.01 | 74.55 | 0.98 | 0.53 |
| Hex | C3 | FC | 11 | 17 | 0 | 5D | 1 | 4B | 62 | 35 |
| Octal | 303 | 374 | 21 | 27 | 0 | 135 | 1 | 113 | 142 | 65 |
| Binary | 11000011 | 11111100 | 10001 | 10111 | 0 | 1011101 | 1 | 1001011 | 1100010 | 110101 |
Color Harmonies of #C3FC11
Complementary color
Monochromatic Colors of #C3FC11
Black with #C3FC11
Text Example
Text Example
White with #C3FC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC11; }
p { color: rgb(195,252,17); }
H1.HeaderClassName
{
color: #C3FC11;
}
.AnyTagClassName
{
color: #C3FC11;
}
</style>
background-color css
<style>
a { background-color: #C3FC11; }
a { background-color: rgb(195,252,17); }
div.DivClassName
{
background-color: #C3FC11;
}
.BgClassName
{
background-color: #C3FC11;
}
</style>
border-color css
<style>
span { border-color: #C3FC11; }
span { border-color: rgb(195,252,17); }
td.TdClassName
{
border-color: #C3FC11;
}
.TagClassName
{
border-color: #C3FC11;
}
</style>