Shades of Electric Lime #C2F612
Tints of Electric Lime #C2F612
RGB
CMYK
RGB Variations
Color information
#C2F612 (or 0xC2F612) is known color: Electric Lime. HEX triplet: C2, F6 and 12. RGB value is (194,246,18). Sum of RGB (Red+Green+Blue) = 194+246+18=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F612 is #3D09ED. Grayscale: #CDCDCD. Windows color (decimal): -4000238 or 1242818. OLE color: 1242818.
HSL color Cylindrical-coordinate representation of color #C2F612: hue angle of 73.68º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2F612 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.04 |
| HSL | 73.68º | 0.93% | 0.52% | - |
| HSV(B) | 73.68º | 0.93% | 0.96% | - |
| XYZ | 55.31 | 77.42 | 12.6 | - |
| YUV | 204.46 | 22.77 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 18 | 0.21 | 0 | 0.93 | 0.04 | 73.68 | 0.93 | 0.52 |
| Hex | C2 | F6 | 12 | 15 | 0 | 5D | 4 | 4A | 5D | 34 |
| Octal | 302 | 366 | 22 | 25 | 0 | 135 | 4 | 112 | 135 | 64 |
| Binary | 11000010 | 11110110 | 10010 | 10101 | 0 | 1011101 | 100 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C2F612
Complementary color
Monochromatic Colors of #C2F612
Black with #C2F612
Text Example
Text Example
White with #C2F612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F612; }
p { color: rgb(194,246,18); }
H1.HeaderClassName
{
color: #C2F612;
}
.AnyTagClassName
{
color: #C2F612;
}
</style>
background-color css
<style>
a { background-color: #C2F612; }
a { background-color: rgb(194,246,18); }
div.DivClassName
{
background-color: #C2F612;
}
.BgClassName
{
background-color: #C2F612;
}
</style>
border-color css
<style>
span { border-color: #C2F612; }
span { border-color: rgb(194,246,18); }
td.TdClassName
{
border-color: #C2F612;
}
.TagClassName
{
border-color: #C2F612;
}
</style>