Shades of Electric Lime #C7E700
Tints of Electric Lime #C7E700
RGB
CMYK
RGB Variations
Color information
#C7E700 (or 0xC7E700) is known color: Electric Lime. HEX triplet: C7, E7 and 00. RGB value is (199,231,0). Sum of RGB (Red+Green+Blue) = 199+231+0=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 231 (90.62% from 255 or 53.72% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E700 is #3818FF. Grayscale: #C3C3C3. Windows color (decimal): -3676416 or 59335. OLE color: 59335.
HSL color Cylindrical-coordinate representation of color #C7E700: hue angle of 68.31º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7E700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.09 |
| HSL | 68.31º | 1% | 0.45% | - |
| HSV(B) | 68.31º | 1% | 0.91% | - |
| XYZ | 52.13 | 69.29 | 10.63 | - |
| YUV | 195.1 | 17.9 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 0 | 0.14 | 0 | 1 | 0.09 | 68.31 | 1 | 0.45 |
| Hex | C7 | E7 | 0 | E | 0 | 64 | 9 | 44 | 64 | 2D |
| Octal | 307 | 347 | 0 | 16 | 0 | 144 | 11 | 104 | 144 | 55 |
| Binary | 11000111 | 11100111 | 0 | 1110 | 0 | 1100100 | 1001 | 1000100 | 1100100 | 101101 |
Color Harmonies of #C7E700
Complementary color
Monochromatic Colors of #C7E700
Black with #C7E700
Text Example
Text Example
White with #C7E700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E700; }
p { color: rgb(199,231,0); }
H1.HeaderClassName
{
color: #C7E700;
}
.AnyTagClassName
{
color: #C7E700;
}
</style>
background-color css
<style>
a { background-color: #C7E700; }
a { background-color: rgb(199,231,0); }
div.DivClassName
{
background-color: #C7E700;
}
.BgClassName
{
background-color: #C7E700;
}
</style>
border-color css
<style>
span { border-color: #C7E700; }
span { border-color: rgb(199,231,0); }
td.TdClassName
{
border-color: #C7E700;
}
.TagClassName
{
border-color: #C7E700;
}
</style>