Shades of Electric Lime #C7F814
Tints of Electric Lime #C7F814
RGB
CMYK
RGB Variations
Color information
#C7F814 (or 0xC7F814) is known color: Electric Lime. HEX triplet: C7, F8 and 14. RGB value is (199,248,20). Sum of RGB (Red+Green+Blue) = 199+248+20=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F814 is #3807EB. Grayscale: #D0D0D0. Windows color (decimal): -3672044 or 1374407. OLE color: 1374407.
HSL color Cylindrical-coordinate representation of color #C7F814: hue angle of 72.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7F814 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.03 |
| HSL | 72.89º | 0.94% | 0.53% | - |
| HSV(B) | 72.89º | 0.92% | 0.97% | - |
| XYZ | 57.25 | 79.33 | 12.96 | - |
| YUV | 207.36 | 22.27 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 20 | 0.20 | 0 | 0.92 | 0.03 | 72.89 | 0.94 | 0.53 |
| Hex | C7 | F8 | 14 | 14 | 0 | 5C | 3 | 49 | 5E | 35 |
| Octal | 307 | 370 | 24 | 24 | 0 | 134 | 3 | 111 | 136 | 65 |
| Binary | 11000111 | 11111000 | 10100 | 10100 | 0 | 1011100 | 11 | 1001001 | 1011110 | 110101 |
Color Harmonies of #C7F814
Complementary color
Monochromatic Colors of #C7F814
Black with #C7F814
Text Example
Text Example
White with #C7F814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F814; }
p { color: rgb(199,248,20); }
H1.HeaderClassName
{
color: #C7F814;
}
.AnyTagClassName
{
color: #C7F814;
}
</style>
background-color css
<style>
a { background-color: #C7F814; }
a { background-color: rgb(199,248,20); }
div.DivClassName
{
background-color: #C7F814;
}
.BgClassName
{
background-color: #C7F814;
}
</style>
border-color css
<style>
span { border-color: #C7F814; }
span { border-color: rgb(199,248,20); }
td.TdClassName
{
border-color: #C7F814;
}
.TagClassName
{
border-color: #C7F814;
}
</style>