Shades of Electric Lime #C2FE12
Tints of Electric Lime #C2FE12
RGB
CMYK
RGB Variations
Color information
#C2FE12 (or 0xC2FE12) is known color: Electric Lime. HEX triplet: C2, FE and 12. RGB value is (194,254,18). Sum of RGB (Red+Green+Blue) = 194+254+18=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE12 is #3D01ED. Grayscale: #D2D2D2. Windows color (decimal): -3998190 or 1244866. OLE color: 1244866.
HSL color Cylindrical-coordinate representation of color #C2FE12: hue angle of 75.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2FE12 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 18 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.00 |
| HSL | 75.25º | 0.99% | 0.53% | - |
| HSV(B) | 75.25º | 0.93% | 1% | - |
| XYZ | 57.8 | 82.4 | 13.43 | - |
| YUV | 209.16 | 20.12 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 18 | 0.24 | 0 | 0.93 | 0.00 | 75.25 | 0.99 | 0.53 |
| Hex | C2 | FE | 12 | 18 | 0 | 5D | 0 | 4B | 63 | 35 |
| Octal | 302 | 376 | 22 | 30 | 0 | 135 | 0 | 113 | 143 | 65 |
| Binary | 11000010 | 11111110 | 10010 | 11000 | 0 | 1011101 | 0 | 1001011 | 1100011 | 110101 |
Color Harmonies of #C2FE12
Complementary color
Monochromatic Colors of #C2FE12
Black with #C2FE12
Text Example
Text Example
White with #C2FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE12; }
p { color: rgb(194,254,18); }
H1.HeaderClassName
{
color: #C2FE12;
}
.AnyTagClassName
{
color: #C2FE12;
}
</style>
background-color css
<style>
a { background-color: #C2FE12; }
a { background-color: rgb(194,254,18); }
div.DivClassName
{
background-color: #C2FE12;
}
.BgClassName
{
background-color: #C2FE12;
}
</style>
border-color css
<style>
span { border-color: #C2FE12; }
span { border-color: rgb(194,254,18); }
td.TdClassName
{
border-color: #C2FE12;
}
.TagClassName
{
border-color: #C2FE12;
}
</style>