Shades of Electric Lime #C2FB12
Tints of Electric Lime #C2FB12
RGB
CMYK
RGB Variations
Color information
#C2FB12 (or 0xC2FB12) is known color: Electric Lime. HEX triplet: C2, FB and 12. RGB value is (194,251,18). Sum of RGB (Red+Green+Blue) = 194+251+18=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 18 (7.42% from 255 or 3.89% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB12 is #3D04ED. Grayscale: #D0D0D0. Windows color (decimal): -3998958 or 1244098. OLE color: 1244098.
HSL color Cylindrical-coordinate representation of color #C2FB12: hue angle of 74.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2FB12 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.02 |
| HSL | 74.68º | 0.97% | 0.53% | - |
| HSV(B) | 74.68º | 0.93% | 0.98% | - |
| XYZ | 56.85 | 80.51 | 13.12 | - |
| YUV | 207.4 | 21.12 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 18 | 0.23 | 0 | 0.93 | 0.02 | 74.68 | 0.97 | 0.53 |
| Hex | C2 | FB | 12 | 17 | 0 | 5D | 2 | 4B | 61 | 35 |
| Octal | 302 | 373 | 22 | 27 | 0 | 135 | 2 | 113 | 141 | 65 |
| Binary | 11000010 | 11111011 | 10010 | 10111 | 0 | 1011101 | 10 | 1001011 | 1100001 | 110101 |
Color Harmonies of #C2FB12
Complementary color
Monochromatic Colors of #C2FB12
Black with #C2FB12
Text Example
Text Example
White with #C2FB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB12; }
p { color: rgb(194,251,18); }
H1.HeaderClassName
{
color: #C2FB12;
}
.AnyTagClassName
{
color: #C2FB12;
}
</style>
background-color css
<style>
a { background-color: #C2FB12; }
a { background-color: rgb(194,251,18); }
div.DivClassName
{
background-color: #C2FB12;
}
.BgClassName
{
background-color: #C2FB12;
}
</style>
border-color css
<style>
span { border-color: #C2FB12; }
span { border-color: rgb(194,251,18); }
td.TdClassName
{
border-color: #C2FB12;
}
.TagClassName
{
border-color: #C2FB12;
}
</style>