Shades of Electric Lime #C7E506
Tints of Electric Lime #C7E506
RGB
CMYK
RGB Variations
Color information
#C7E506 (or 0xC7E506) is known color: Electric Lime. HEX triplet: C7, E5 and 06. RGB value is (199,229,6). Sum of RGB (Red+Green+Blue) = 199+229+6=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E506 is #381AF9. Grayscale: #C3C3C3. Windows color (decimal): -3676922 or 452039. OLE color: 452039.
HSL color Cylindrical-coordinate representation of color #C7E506: hue angle of 68.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7E506 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 229 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.10 |
| HSL | 68.07º | 0.95% | 0.46% | - |
| HSV(B) | 68.07º | 0.97% | 0.9% | - |
| XYZ | 51.61 | 68.19 | 10.62 | - |
| YUV | 194.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 229 | 6 | 0.13 | 0 | 0.97 | 0.10 | 68.07 | 0.95 | 0.46 |
| Hex | C7 | E5 | 6 | D | 0 | 61 | A | 44 | 5F | 2E |
| Octal | 307 | 345 | 6 | 15 | 0 | 141 | 12 | 104 | 137 | 56 |
| Binary | 11000111 | 11100101 | 110 | 1101 | 0 | 1100001 | 1010 | 1000100 | 1011111 | 101110 |
Color Harmonies of #C7E506
Complementary color
Monochromatic Colors of #C7E506
Black with #C7E506
Text Example
Text Example
White with #C7E506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E506; }
p { color: rgb(199,229,6); }
H1.HeaderClassName
{
color: #C7E506;
}
.AnyTagClassName
{
color: #C7E506;
}
</style>
background-color css
<style>
a { background-color: #C7E506; }
a { background-color: rgb(199,229,6); }
div.DivClassName
{
background-color: #C7E506;
}
.BgClassName
{
background-color: #C7E506;
}
</style>
border-color css
<style>
span { border-color: #C7E506; }
span { border-color: rgb(199,229,6); }
td.TdClassName
{
border-color: #C7E506;
}
.TagClassName
{
border-color: #C7E506;
}
</style>