Shades of Electric Lime #C7E900
Tints of Electric Lime #C7E900
RGB
CMYK
RGB Variations
Color information
#C7E900 (or 0xC7E900) is known color: Electric Lime. HEX triplet: C7, E9 and 00. RGB value is (199,233,0). Sum of RGB (Red+Green+Blue) = 199+233+0=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E900 is #3816FF. Grayscale: #C5C5C5. Windows color (decimal): -3675904 or 59847. OLE color: 59847.
HSL color Cylindrical-coordinate representation of color #C7E900: hue angle of 68.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7E900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.09 |
| HSL | 68.76º | 1% | 0.46% | - |
| HSV(B) | 68.76º | 1% | 0.91% | - |
| XYZ | 52.69 | 70.42 | 10.82 | - |
| YUV | 196.27 | 17.24 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 0 | 0.15 | 0 | 1 | 0.09 | 68.76 | 1 | 0.46 |
| Hex | C7 | E9 | 0 | F | 0 | 64 | 9 | 45 | 64 | 2E |
| Octal | 307 | 351 | 0 | 17 | 0 | 144 | 11 | 105 | 144 | 56 |
| Binary | 11000111 | 11101001 | 0 | 1111 | 0 | 1100100 | 1001 | 1000101 | 1100100 | 101110 |
Color Harmonies of #C7E900
Complementary color
Monochromatic Colors of #C7E900
Black with #C7E900
Text Example
Text Example
White with #C7E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E900; }
p { color: rgb(199,233,0); }
H1.HeaderClassName
{
color: #C7E900;
}
.AnyTagClassName
{
color: #C7E900;
}
</style>
background-color css
<style>
a { background-color: #C7E900; }
a { background-color: rgb(199,233,0); }
div.DivClassName
{
background-color: #C7E900;
}
.BgClassName
{
background-color: #C7E900;
}
</style>
border-color css
<style>
span { border-color: #C7E900; }
span { border-color: rgb(199,233,0); }
td.TdClassName
{
border-color: #C7E900;
}
.TagClassName
{
border-color: #C7E900;
}
</style>