Shades of Electric Lime #C7F818
Tints of Electric Lime #C7F818
RGB
CMYK
RGB Variations
Color information
#C7F818 (or 0xC7F818) is known color: Electric Lime. HEX triplet: C7, F8 and 18. RGB value is (199,248,24). Sum of RGB (Red+Green+Blue) = 199+248+24=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F818 is #3807E7. Grayscale: #D0D0D0. Windows color (decimal): -3672040 or 1636551. OLE color: 1636551.
HSL color Cylindrical-coordinate representation of color #C7F818: hue angle of 73.12º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7F818 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 24 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.03 |
| HSL | 73.13º | 0.94% | 0.53% | - |
| HSV(B) | 73.13º | 0.9% | 0.97% | - |
| XYZ | 57.29 | 79.34 | 13.16 | - |
| YUV | 207.81 | 24.27 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 24 | 0.20 | 0 | 0.90 | 0.03 | 73.13 | 0.94 | 0.53 |
| Hex | C7 | F8 | 18 | 14 | 0 | 5A | 3 | 49 | 5E | 35 |
| Octal | 307 | 370 | 30 | 24 | 0 | 132 | 3 | 111 | 136 | 65 |
| Binary | 11000111 | 11111000 | 11000 | 10100 | 0 | 1011010 | 11 | 1001001 | 1011110 | 110101 |
Color Harmonies of #C7F818
Complementary color
Monochromatic Colors of #C7F818
Black with #C7F818
Text Example
Text Example
White with #C7F818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F818; }
p { color: rgb(199,248,24); }
H1.HeaderClassName
{
color: #C7F818;
}
.AnyTagClassName
{
color: #C7F818;
}
</style>
background-color css
<style>
a { background-color: #C7F818; }
a { background-color: rgb(199,248,24); }
div.DivClassName
{
background-color: #C7F818;
}
.BgClassName
{
background-color: #C7F818;
}
</style>
border-color css
<style>
span { border-color: #C7F818; }
span { border-color: rgb(199,248,24); }
td.TdClassName
{
border-color: #C7F818;
}
.TagClassName
{
border-color: #C7F818;
}
</style>