Shades of Electric Lime #C2F712
Tints of Electric Lime #C2F712
RGB
CMYK
RGB Variations
Color information
#C2F712 (or 0xC2F712) is known color: Electric Lime. HEX triplet: C2, F7 and 12. RGB value is (194,247,18). Sum of RGB (Red+Green+Blue) = 194+247+18=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F712 is #3D08ED. Grayscale: #CDCDCD. Windows color (decimal): -3999982 or 1243074. OLE color: 1243074.
HSL color Cylindrical-coordinate representation of color #C2F712: hue angle of 73.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2F712 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.03 |
| HSL | 73.89º | 0.93% | 0.52% | - |
| HSV(B) | 73.89º | 0.93% | 0.97% | - |
| XYZ | 55.62 | 78.03 | 12.7 | - |
| YUV | 205.05 | 22.44 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 18 | 0.21 | 0 | 0.93 | 0.03 | 73.89 | 0.93 | 0.52 |
| Hex | C2 | F7 | 12 | 15 | 0 | 5D | 3 | 4A | 5D | 34 |
| Octal | 302 | 367 | 22 | 25 | 0 | 135 | 3 | 112 | 135 | 64 |
| Binary | 11000010 | 11110111 | 10010 | 10101 | 0 | 1011101 | 11 | 1001010 | 1011101 | 110100 |
Color Harmonies of #C2F712
Complementary color
Monochromatic Colors of #C2F712
Black with #C2F712
Text Example
Text Example
White with #C2F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F712; }
p { color: rgb(194,247,18); }
H1.HeaderClassName
{
color: #C2F712;
}
.AnyTagClassName
{
color: #C2F712;
}
</style>
background-color css
<style>
a { background-color: #C2F712; }
a { background-color: rgb(194,247,18); }
div.DivClassName
{
background-color: #C2F712;
}
.BgClassName
{
background-color: #C2F712;
}
</style>
border-color css
<style>
span { border-color: #C2F712; }
span { border-color: rgb(194,247,18); }
td.TdClassName
{
border-color: #C2F712;
}
.TagClassName
{
border-color: #C2F712;
}
</style>