Shades of Electric Lime #C2FC0A
Tints of Electric Lime #C2FC0A
RGB
CMYK
RGB Variations
Color information
#C2FC0A (or 0xC2FC0A) is known color: Electric Lime. HEX triplet: C2, FC and 0A. RGB value is (194,252,10). Sum of RGB (Red+Green+Blue) = 194+252+10=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 252 (98.83% from 255 or 55.26% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FC0A is #3D03F5. Grayscale: #CFCFCF. Windows color (decimal): -3998710 or 720066. OLE color: 720066.
HSL color Cylindrical-coordinate representation of color #C2FC0A: hue angle of 74.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2FC0A is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 10 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.01 |
| HSL | 74.38º | 0.98% | 0.51% | - |
| HSV(B) | 74.38º | 0.96% | 0.99% | - |
| XYZ | 57.11 | 81.11 | 12.93 | - |
| YUV | 207.07 | 16.78 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 10 | 0.23 | 0 | 0.96 | 0.01 | 74.38 | 0.98 | 0.51 |
| Hex | C2 | FC | A | 17 | 0 | 60 | 1 | 4A | 62 | 33 |
| Octal | 302 | 374 | 12 | 27 | 0 | 140 | 1 | 112 | 142 | 63 |
| Binary | 11000010 | 11111100 | 1010 | 10111 | 0 | 1100000 | 1 | 1001010 | 1100010 | 110011 |
Color Harmonies of #C2FC0A
Complementary color
Monochromatic Colors of #C2FC0A
Black with #C2FC0A
Text Example
Text Example
White with #C2FC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC0A; }
p { color: rgb(194,252,10); }
H1.HeaderClassName
{
color: #C2FC0A;
}
.AnyTagClassName
{
color: #C2FC0A;
}
</style>
background-color css
<style>
a { background-color: #C2FC0A; }
a { background-color: rgb(194,252,10); }
div.DivClassName
{
background-color: #C2FC0A;
}
.BgClassName
{
background-color: #C2FC0A;
}
</style>
border-color css
<style>
span { border-color: #C2FC0A; }
span { border-color: rgb(194,252,10); }
td.TdClassName
{
border-color: #C2FC0A;
}
.TagClassName
{
border-color: #C2FC0A;
}
</style>