Shades of Electric Lime #C3FC12
Tints of Electric Lime #C3FC12
RGB
CMYK
RGB Variations
Color information
#C3FC12 (or 0xC3FC12) is known color: Electric Lime. HEX triplet: C3, FC and 12. RGB value is (195,252,18). Sum of RGB (Red+Green+Blue) = 195+252+18=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FC12 is #3C03ED. Grayscale: #D1D1D1. Windows color (decimal): -3933166 or 1244355. OLE color: 1244355.
HSL color Cylindrical-coordinate representation of color #C3FC12: hue angle of 74.62º 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 #C3FC12 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.01 |
| HSL | 74.62º | 0.98% | 0.53% | - |
| HSV(B) | 74.62º | 0.93% | 0.99% | - |
| XYZ | 57.43 | 81.27 | 13.23 | - |
| YUV | 208.28 | 20.62 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 18 | 0.23 | 0 | 0.93 | 0.01 | 74.62 | 0.98 | 0.53 |
| Hex | C3 | FC | 12 | 17 | 0 | 5D | 1 | 4B | 62 | 35 |
| Octal | 303 | 374 | 22 | 27 | 0 | 135 | 1 | 113 | 142 | 65 |
| Binary | 11000011 | 11111100 | 10010 | 10111 | 0 | 1011101 | 1 | 1001011 | 1100010 | 110101 |
Color Harmonies of #C3FC12
Complementary color
Monochromatic Colors of #C3FC12
Black with #C3FC12
Text Example
Text Example
White with #C3FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC12; }
p { color: rgb(195,252,18); }
H1.HeaderClassName
{
color: #C3FC12;
}
.AnyTagClassName
{
color: #C3FC12;
}
</style>
background-color css
<style>
a { background-color: #C3FC12; }
a { background-color: rgb(195,252,18); }
div.DivClassName
{
background-color: #C3FC12;
}
.BgClassName
{
background-color: #C3FC12;
}
</style>
border-color css
<style>
span { border-color: #C3FC12; }
span { border-color: rgb(195,252,18); }
td.TdClassName
{
border-color: #C3FC12;
}
.TagClassName
{
border-color: #C3FC12;
}
</style>