Shades of Electric Lime #C7E600
Tints of Electric Lime #C7E600
RGB
CMYK
RGB Variations
Color information
#C7E600 (or 0xC7E600) is known color: Electric Lime. HEX triplet: C7, E6 and 00. RGB value is (199,230,0). Sum of RGB (Red+Green+Blue) = 199+230+0=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E600 is #3819FF. Grayscale: #C3C3C3. Windows color (decimal): -3676672 or 59079. OLE color: 59079.
HSL color Cylindrical-coordinate representation of color #C7E600: hue angle of 68.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7E600 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.10 |
| HSL | 68.09º | 1% | 0.45% | - |
| HSV(B) | 68.09º | 1% | 0.9% | - |
| XYZ | 51.85 | 68.74 | 10.53 | - |
| YUV | 194.51 | 18.23 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 0 | 0.13 | 0 | 1 | 0.10 | 68.09 | 1 | 0.45 |
| Hex | C7 | E6 | 0 | D | 0 | 64 | A | 44 | 64 | 2D |
| Octal | 307 | 346 | 0 | 15 | 0 | 144 | 12 | 104 | 144 | 55 |
| Binary | 11000111 | 11100110 | 0 | 1101 | 0 | 1100100 | 1010 | 1000100 | 1100100 | 101101 |
Color Harmonies of #C7E600
Complementary color
Monochromatic Colors of #C7E600
Black with #C7E600
Text Example
Text Example
White with #C7E600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E600; }
p { color: rgb(199,230,0); }
H1.HeaderClassName
{
color: #C7E600;
}
.AnyTagClassName
{
color: #C7E600;
}
</style>
background-color css
<style>
a { background-color: #C7E600; }
a { background-color: rgb(199,230,0); }
div.DivClassName
{
background-color: #C7E600;
}
.BgClassName
{
background-color: #C7E600;
}
</style>
border-color css
<style>
span { border-color: #C7E600; }
span { border-color: rgb(199,230,0); }
td.TdClassName
{
border-color: #C7E600;
}
.TagClassName
{
border-color: #C7E600;
}
</style>