Shades of Electric Lime #C7F805
Tints of Electric Lime #C7F805
RGB
CMYK
RGB Variations
Color information
#C7F805 (or 0xC7F805) is known color: Electric Lime. HEX triplet: C7, F8 and 05. RGB value is (199,248,5). Sum of RGB (Red+Green+Blue) = 199+248+5=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F805 is #3807FA. Grayscale: #CECECE. Windows color (decimal): -3672059 or 391367. OLE color: 391367.
HSL color Cylindrical-coordinate representation of color #C7F805: hue angle of 72.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7F805 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.03 |
| HSL | 72.1º | 0.96% | 0.5% | - |
| HSV(B) | 72.1º | 0.98% | 0.97% | - |
| XYZ | 57.15 | 79.29 | 12.44 | - |
| YUV | 205.65 | 14.77 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 5 | 0.20 | 0 | 0.98 | 0.03 | 72.1 | 0.96 | 0.5 |
| Hex | C7 | F8 | 5 | 14 | 0 | 62 | 3 | 48 | 60 | 32 |
| Octal | 307 | 370 | 5 | 24 | 0 | 142 | 3 | 110 | 140 | 62 |
| Binary | 11000111 | 11111000 | 101 | 10100 | 0 | 1100010 | 11 | 1001000 | 1100000 | 110010 |
Color Harmonies of #C7F805
Complementary color
Monochromatic Colors of #C7F805
Black with #C7F805
Text Example
Text Example
White with #C7F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F805; }
p { color: rgb(199,248,5); }
H1.HeaderClassName
{
color: #C7F805;
}
.AnyTagClassName
{
color: #C7F805;
}
</style>
background-color css
<style>
a { background-color: #C7F805; }
a { background-color: rgb(199,248,5); }
div.DivClassName
{
background-color: #C7F805;
}
.BgClassName
{
background-color: #C7F805;
}
</style>
border-color css
<style>
span { border-color: #C7F805; }
span { border-color: rgb(199,248,5); }
td.TdClassName
{
border-color: #C7F805;
}
.TagClassName
{
border-color: #C7F805;
}
</style>