Shades of Electric Lime #C7E704
Tints of Electric Lime #C7E704
RGB
CMYK
RGB Variations
Color information
#C7E704 (or 0xC7E704) is known color: Electric Lime. HEX triplet: C7, E7 and 04. RGB value is (199,231,4). Sum of RGB (Red+Green+Blue) = 199+231+4=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E704 is #3818FB. Grayscale: #C4C4C4. Windows color (decimal): -3676412 or 321479. OLE color: 321479.
HSL color Cylindrical-coordinate representation of color #C7E704: hue angle of 68.46º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7E704 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.09 |
| HSL | 68.46º | 0.97% | 0.46% | - |
| HSV(B) | 68.46º | 0.98% | 0.91% | - |
| XYZ | 52.15 | 69.3 | 10.74 | - |
| YUV | 195.55 | 19.9 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 4 | 0.14 | 0 | 0.98 | 0.09 | 68.46 | 0.97 | 0.46 |
| Hex | C7 | E7 | 4 | E | 0 | 62 | 9 | 44 | 61 | 2E |
| Octal | 307 | 347 | 4 | 16 | 0 | 142 | 11 | 104 | 141 | 56 |
| Binary | 11000111 | 11100111 | 100 | 1110 | 0 | 1100010 | 1001 | 1000100 | 1100001 | 101110 |
Color Harmonies of #C7E704
Complementary color
Monochromatic Colors of #C7E704
Black with #C7E704
Text Example
Text Example
White with #C7E704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E704; }
p { color: rgb(199,231,4); }
H1.HeaderClassName
{
color: #C7E704;
}
.AnyTagClassName
{
color: #C7E704;
}
</style>
background-color css
<style>
a { background-color: #C7E704; }
a { background-color: rgb(199,231,4); }
div.DivClassName
{
background-color: #C7E704;
}
.BgClassName
{
background-color: #C7E704;
}
</style>
border-color css
<style>
span { border-color: #C7E704; }
span { border-color: rgb(199,231,4); }
td.TdClassName
{
border-color: #C7E704;
}
.TagClassName
{
border-color: #C7E704;
}
</style>