Shades of Electric Lime #C7E505
Tints of Electric Lime #C7E505
RGB
CMYK
RGB Variations
Color information
#C7E505 (or 0xC7E505) is known color: Electric Lime. HEX triplet: C7, E5 and 05. RGB value is (199,229,5). Sum of RGB (Red+Green+Blue) = 199+229+5=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E505 is #381AFA. Grayscale: #C3C3C3. Windows color (decimal): -3676923 or 386503. OLE color: 386503.
HSL color Cylindrical-coordinate representation of color #C7E505: hue angle of 68.04º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7E505 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.10 |
| HSL | 68.04º | 0.96% | 0.46% | - |
| HSV(B) | 68.04º | 0.98% | 0.9% | - |
| XYZ | 51.6 | 68.19 | 10.59 | - |
| YUV | 194.49 | 21.06 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 5 | 0.13 | 0 | 0.98 | 0.10 | 68.04 | 0.96 | 0.46 |
| Hex | C7 | E5 | 5 | D | 0 | 62 | A | 44 | 60 | 2E |
| Octal | 307 | 345 | 5 | 15 | 0 | 142 | 12 | 104 | 140 | 56 |
| Binary | 11000111 | 11100101 | 101 | 1101 | 0 | 1100010 | 1010 | 1000100 | 1100000 | 101110 |
Color Harmonies of #C7E505
Complementary color
Monochromatic Colors of #C7E505
Black with #C7E505
Text Example
Text Example
White with #C7E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E505; }
p { color: rgb(199,229,5); }
H1.HeaderClassName
{
color: #C7E505;
}
.AnyTagClassName
{
color: #C7E505;
}
</style>
background-color css
<style>
a { background-color: #C7E505; }
a { background-color: rgb(199,229,5); }
div.DivClassName
{
background-color: #C7E505;
}
.BgClassName
{
background-color: #C7E505;
}
</style>
border-color css
<style>
span { border-color: #C7E505; }
span { border-color: rgb(199,229,5); }
td.TdClassName
{
border-color: #C7E505;
}
.TagClassName
{
border-color: #C7E505;
}
</style>