Shades of Electric Lime #C3FC14
Tints of Electric Lime #C3FC14
RGB
CMYK
RGB Variations
Color information
#C3FC14 (or 0xC3FC14) is known color: Electric Lime. HEX triplet: C3, FC and 14. RGB value is (195,252,20). Sum of RGB (Red+Green+Blue) = 195+252+20=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FC14 is #3C03EB. Grayscale: #D1D1D1. Windows color (decimal): -3933164 or 1375427. OLE color: 1375427.
HSL color Cylindrical-coordinate representation of color #C3FC14: hue angle of 74.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3FC14 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 20 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.01 |
| HSL | 74.74º | 0.97% | 0.53% | - |
| HSV(B) | 74.74º | 0.92% | 0.99% | - |
| XYZ | 57.44 | 81.27 | 13.32 | - |
| YUV | 208.51 | 21.62 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 20 | 0.23 | 0 | 0.92 | 0.01 | 74.74 | 0.97 | 0.53 |
| Hex | C3 | FC | 14 | 17 | 0 | 5C | 1 | 4B | 61 | 35 |
| Octal | 303 | 374 | 24 | 27 | 0 | 134 | 1 | 113 | 141 | 65 |
| Binary | 11000011 | 11111100 | 10100 | 10111 | 0 | 1011100 | 1 | 1001011 | 1100001 | 110101 |
Color Harmonies of #C3FC14
Complementary color
Monochromatic Colors of #C3FC14
Black with #C3FC14
Text Example
Text Example
White with #C3FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC14; }
p { color: rgb(195,252,20); }
H1.HeaderClassName
{
color: #C3FC14;
}
.AnyTagClassName
{
color: #C3FC14;
}
</style>
background-color css
<style>
a { background-color: #C3FC14; }
a { background-color: rgb(195,252,20); }
div.DivClassName
{
background-color: #C3FC14;
}
.BgClassName
{
background-color: #C3FC14;
}
</style>
border-color css
<style>
span { border-color: #C3FC14; }
span { border-color: rgb(195,252,20); }
td.TdClassName
{
border-color: #C3FC14;
}
.TagClassName
{
border-color: #C3FC14;
}
</style>