Shades of Electric Lime #C7EE04
Tints of Electric Lime #C7EE04
RGB
CMYK
RGB Variations
Color information
#C7EE04 (or 0xC7EE04) is known color: Electric Lime. HEX triplet: C7, EE and 04. RGB value is (199,238,4). Sum of RGB (Red+Green+Blue) = 199+238+4=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EE04 is #3811FB. Grayscale: #C8C8C8. Windows color (decimal): -3674620 or 323271. OLE color: 323271.
HSL color Cylindrical-coordinate representation of color #C7EE04: hue angle of 70º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7EE04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 238 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.07 |
| HSL | 70º | 0.97% | 0.47% | - |
| HSV(B) | 70º | 0.98% | 0.93% | - |
| XYZ | 54.15 | 73.3 | 11.41 | - |
| YUV | 199.66 | 17.58 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 238 | 4 | 0.16 | 0 | 0.98 | 0.07 | 70 | 0.97 | 0.47 |
| Hex | C7 | EE | 4 | 10 | 0 | 62 | 7 | 46 | 61 | 2F |
| Octal | 307 | 356 | 4 | 20 | 0 | 142 | 7 | 106 | 141 | 57 |
| Binary | 11000111 | 11101110 | 100 | 10000 | 0 | 1100010 | 111 | 1000110 | 1100001 | 101111 |
Color Harmonies of #C7EE04
Complementary color
Monochromatic Colors of #C7EE04
Black with #C7EE04
Text Example
Text Example
White with #C7EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EE04; }
p { color: rgb(199,238,4); }
H1.HeaderClassName
{
color: #C7EE04;
}
.AnyTagClassName
{
color: #C7EE04;
}
</style>
background-color css
<style>
a { background-color: #C7EE04; }
a { background-color: rgb(199,238,4); }
div.DivClassName
{
background-color: #C7EE04;
}
.BgClassName
{
background-color: #C7EE04;
}
</style>
border-color css
<style>
span { border-color: #C7EE04; }
span { border-color: rgb(199,238,4); }
td.TdClassName
{
border-color: #C7EE04;
}
.TagClassName
{
border-color: #C7EE04;
}
</style>