Shades of Electric Lime #C7FC0A
Tints of Electric Lime #C7FC0A
RGB
CMYK
RGB Variations
Color information
#C7FC0A (or 0xC7FC0A) is known color: Electric Lime. HEX triplet: C7, FC and 0A. RGB value is (199,252,10). Sum of RGB (Red+Green+Blue) = 199+252+10=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FC0A is #3803F5. Grayscale: #D1D1D1. Windows color (decimal): -3671030 or 720071. OLE color: 720071.
HSL color Cylindrical-coordinate representation of color #C7FC0A: hue angle of 73.14º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7FC0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 10 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.01 |
| HSL | 73.14º | 0.98% | 0.51% | - |
| HSV(B) | 73.14º | 0.96% | 0.99% | - |
| XYZ | 58.42 | 81.78 | 12.99 | - |
| YUV | 208.57 | 15.94 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 10 | 0.21 | 0 | 0.96 | 0.01 | 73.14 | 0.98 | 0.51 |
| Hex | C7 | FC | A | 15 | 0 | 60 | 1 | 49 | 62 | 33 |
| Octal | 307 | 374 | 12 | 25 | 0 | 140 | 1 | 111 | 142 | 63 |
| Binary | 11000111 | 11111100 | 1010 | 10101 | 0 | 1100000 | 1 | 1001001 | 1100010 | 110011 |
Color Harmonies of #C7FC0A
Complementary color
Monochromatic Colors of #C7FC0A
Black with #C7FC0A
Text Example
Text Example
White with #C7FC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC0A; }
p { color: rgb(199,252,10); }
H1.HeaderClassName
{
color: #C7FC0A;
}
.AnyTagClassName
{
color: #C7FC0A;
}
</style>
background-color css
<style>
a { background-color: #C7FC0A; }
a { background-color: rgb(199,252,10); }
div.DivClassName
{
background-color: #C7FC0A;
}
.BgClassName
{
background-color: #C7FC0A;
}
</style>
border-color css
<style>
span { border-color: #C7FC0A; }
span { border-color: rgb(199,252,10); }
td.TdClassName
{
border-color: #C7FC0A;
}
.TagClassName
{
border-color: #C7FC0A;
}
</style>