Shades of Electric Lime #C7FB0A
Tints of Electric Lime #C7FB0A
RGB
CMYK
RGB Variations
Color information
#C7FB0A (or 0xC7FB0A) is known color: Electric Lime. HEX triplet: C7, FB and 0A. RGB value is (199,251,10). Sum of RGB (Red+Green+Blue) = 199+251+10=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FB0A is #3804F5. Grayscale: #D0D0D0. Windows color (decimal): -3671286 or 719815. OLE color: 719815.
HSL color Cylindrical-coordinate representation of color #C7FB0A: hue angle of 72.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7FB0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 10 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.02 |
| HSL | 72.95º | 0.97% | 0.51% | - |
| HSV(B) | 72.95º | 0.96% | 0.98% | - |
| XYZ | 58.11 | 81.16 | 12.89 | - |
| YUV | 207.98 | 16.27 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 10 | 0.21 | 0 | 0.96 | 0.02 | 72.95 | 0.97 | 0.51 |
| Hex | C7 | FB | A | 15 | 0 | 60 | 2 | 49 | 61 | 33 |
| Octal | 307 | 373 | 12 | 25 | 0 | 140 | 2 | 111 | 141 | 63 |
| Binary | 11000111 | 11111011 | 1010 | 10101 | 0 | 1100000 | 10 | 1001001 | 1100001 | 110011 |
Color Harmonies of #C7FB0A
Complementary color
Monochromatic Colors of #C7FB0A
Black with #C7FB0A
Text Example
Text Example
White with #C7FB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FB0A; }
p { color: rgb(199,251,10); }
H1.HeaderClassName
{
color: #C7FB0A;
}
.AnyTagClassName
{
color: #C7FB0A;
}
</style>
background-color css
<style>
a { background-color: #C7FB0A; }
a { background-color: rgb(199,251,10); }
div.DivClassName
{
background-color: #C7FB0A;
}
.BgClassName
{
background-color: #C7FB0A;
}
</style>
border-color css
<style>
span { border-color: #C7FB0A; }
span { border-color: rgb(199,251,10); }
td.TdClassName
{
border-color: #C7FB0A;
}
.TagClassName
{
border-color: #C7FB0A;
}
</style>