Shades of Electric Lime #C7FC0E
Tints of Electric Lime #C7FC0E
RGB
CMYK
RGB Variations
Color information
#C7FC0E (or 0xC7FC0E) is known color: Electric Lime. HEX triplet: C7, FC and 0E. RGB value is (199,252,14). Sum of RGB (Red+Green+Blue) = 199+252+14=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FC0E is #3803F1. Grayscale: #D1D1D1. Windows color (decimal): -3671026 or 982215. OLE color: 982215.
HSL color Cylindrical-coordinate representation of color #C7FC0E: hue angle of 73.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7FC0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 14 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.01 |
| HSL | 73.36º | 0.98% | 0.52% | - |
| HSV(B) | 73.36º | 0.94% | 0.99% | - |
| XYZ | 58.44 | 81.79 | 13.12 | - |
| YUV | 209.02 | 17.94 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 14 | 0.21 | 0 | 0.94 | 0.01 | 73.36 | 0.98 | 0.52 |
| Hex | C7 | FC | E | 15 | 0 | 5E | 1 | 49 | 62 | 34 |
| Octal | 307 | 374 | 16 | 25 | 0 | 136 | 1 | 111 | 142 | 64 |
| Binary | 11000111 | 11111100 | 1110 | 10101 | 0 | 1011110 | 1 | 1001001 | 1100010 | 110100 |
Color Harmonies of #C7FC0E
Complementary color
Monochromatic Colors of #C7FC0E
Black with #C7FC0E
Text Example
Text Example
White with #C7FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC0E; }
p { color: rgb(199,252,14); }
H1.HeaderClassName
{
color: #C7FC0E;
}
.AnyTagClassName
{
color: #C7FC0E;
}
</style>
background-color css
<style>
a { background-color: #C7FC0E; }
a { background-color: rgb(199,252,14); }
div.DivClassName
{
background-color: #C7FC0E;
}
.BgClassName
{
background-color: #C7FC0E;
}
</style>
border-color css
<style>
span { border-color: #C7FC0E; }
span { border-color: rgb(199,252,14); }
td.TdClassName
{
border-color: #C7FC0E;
}
.TagClassName
{
border-color: #C7FC0E;
}
</style>