Shades of Electric Lime #C2FB10
Tints of Electric Lime #C2FB10
RGB
CMYK
RGB Variations
Color information
#C2FB10 (or 0xC2FB10) is known color: Electric Lime. HEX triplet: C2, FB and 10. RGB value is (194,251,16). Sum of RGB (Red+Green+Blue) = 194+251+16=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB10 is #3D04EF. Grayscale: #D0D0D0. Windows color (decimal): -3998960 or 1113026. OLE color: 1113026.
HSL color Cylindrical-coordinate representation of color #C2FB10: hue angle of 74.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2FB10 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 16 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.02 |
| HSL | 74.55º | 0.97% | 0.52% | - |
| HSV(B) | 74.55º | 0.94% | 0.98% | - |
| XYZ | 56.84 | 80.5 | 13.03 | - |
| YUV | 207.17 | 20.12 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 16 | 0.23 | 0 | 0.94 | 0.02 | 74.55 | 0.97 | 0.52 |
| Hex | C2 | FB | 10 | 17 | 0 | 5E | 2 | 4B | 61 | 34 |
| Octal | 302 | 373 | 20 | 27 | 0 | 136 | 2 | 113 | 141 | 64 |
| Binary | 11000010 | 11111011 | 10000 | 10111 | 0 | 1011110 | 10 | 1001011 | 1100001 | 110100 |
Color Harmonies of #C2FB10
Complementary color
Monochromatic Colors of #C2FB10
Black with #C2FB10
Text Example
Text Example
White with #C2FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB10; }
p { color: rgb(194,251,16); }
H1.HeaderClassName
{
color: #C2FB10;
}
.AnyTagClassName
{
color: #C2FB10;
}
</style>
background-color css
<style>
a { background-color: #C2FB10; }
a { background-color: rgb(194,251,16); }
div.DivClassName
{
background-color: #C2FB10;
}
.BgClassName
{
background-color: #C2FB10;
}
</style>
border-color css
<style>
span { border-color: #C2FB10; }
span { border-color: rgb(194,251,16); }
td.TdClassName
{
border-color: #C2FB10;
}
.TagClassName
{
border-color: #C2FB10;
}
</style>