Shades of Electric Lime #C7E90A
Tints of Electric Lime #C7E90A
RGB
CMYK
RGB Variations
Color information
#C7E90A (or 0xC7E90A) is known color: Electric Lime. HEX triplet: C7, E9 and 0A. RGB value is (199,233,10). Sum of RGB (Red+Green+Blue) = 199+233+10=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E90A is #3816F5. Grayscale: #C6C6C6. Windows color (decimal): -3675894 or 715207. OLE color: 715207.
HSL color Cylindrical-coordinate representation of color #C7E90A: hue angle of 69.15º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7E90A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.09 |
| HSL | 69.15º | 0.92% | 0.48% | - |
| HSV(B) | 69.15º | 0.96% | 0.91% | - |
| XYZ | 52.75 | 70.44 | 11.1 | - |
| YUV | 197.41 | 22.24 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 10 | 0.15 | 0 | 0.96 | 0.09 | 69.15 | 0.92 | 0.48 |
| Hex | C7 | E9 | A | F | 0 | 60 | 9 | 45 | 5C | 30 |
| Octal | 307 | 351 | 12 | 17 | 0 | 140 | 11 | 105 | 134 | 60 |
| Binary | 11000111 | 11101001 | 1010 | 1111 | 0 | 1100000 | 1001 | 1000101 | 1011100 | 110000 |
Color Harmonies of #C7E90A
Complementary color
Monochromatic Colors of #C7E90A
Black with #C7E90A
Text Example
Text Example
White with #C7E90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E90A; }
p { color: rgb(199,233,10); }
H1.HeaderClassName
{
color: #C7E90A;
}
.AnyTagClassName
{
color: #C7E90A;
}
</style>
background-color css
<style>
a { background-color: #C7E90A; }
a { background-color: rgb(199,233,10); }
div.DivClassName
{
background-color: #C7E90A;
}
.BgClassName
{
background-color: #C7E90A;
}
</style>
border-color css
<style>
span { border-color: #C7E90A; }
span { border-color: rgb(199,233,10); }
td.TdClassName
{
border-color: #C7E90A;
}
.TagClassName
{
border-color: #C7E90A;
}
</style>