Shades of Electric Lime #C2FB15
Tints of Electric Lime #C2FB15
RGB
CMYK
RGB Variations
Color information
#C2FB15 (or 0xC2FB15) is known color: Electric Lime. HEX triplet: C2, FB and 15. RGB value is (194,251,21). Sum of RGB (Red+Green+Blue) = 194+251+21=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FB15 is #3D04EA. Grayscale: #D0D0D0. Windows color (decimal): -3998955 or 1440706. OLE color: 1440706.
HSL color Cylindrical-coordinate representation of color #C2FB15: hue angle of 74.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2FB15 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 21 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.02 |
| HSL | 74.87º | 0.97% | 0.53% | - |
| HSV(B) | 74.87º | 0.92% | 0.98% | - |
| XYZ | 56.88 | 80.52 | 13.25 | - |
| YUV | 207.74 | 22.62 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 21 | 0.23 | 0 | 0.92 | 0.02 | 74.87 | 0.97 | 0.53 |
| Hex | C2 | FB | 15 | 17 | 0 | 5C | 2 | 4B | 61 | 35 |
| Octal | 302 | 373 | 25 | 27 | 0 | 134 | 2 | 113 | 141 | 65 |
| Binary | 11000010 | 11111011 | 10101 | 10111 | 0 | 1011100 | 10 | 1001011 | 1100001 | 110101 |
Color Harmonies of #C2FB15
Complementary color
Monochromatic Colors of #C2FB15
Black with #C2FB15
Text Example
Text Example
White with #C2FB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB15; }
p { color: rgb(194,251,21); }
H1.HeaderClassName
{
color: #C2FB15;
}
.AnyTagClassName
{
color: #C2FB15;
}
</style>
background-color css
<style>
a { background-color: #C2FB15; }
a { background-color: rgb(194,251,21); }
div.DivClassName
{
background-color: #C2FB15;
}
.BgClassName
{
background-color: #C2FB15;
}
</style>
border-color css
<style>
span { border-color: #C2FB15; }
span { border-color: rgb(194,251,21); }
td.TdClassName
{
border-color: #C2FB15;
}
.TagClassName
{
border-color: #C2FB15;
}
</style>