Shades of Electric Lime #C6E804
Tints of Electric Lime #C6E804
RGB
CMYK
RGB Variations
Color information
#C6E804 (or 0xC6E804) is known color: Electric Lime. HEX triplet: C6, E8 and 04. RGB value is (198,232,4). Sum of RGB (Red+Green+Blue) = 198+232+4=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #C6E804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E804 is #3917FB. Grayscale: #C4C4C4. Windows color (decimal): -3741692 or 321734. OLE color: 321734.
HSL color Cylindrical-coordinate representation of color #C6E804: hue angle of 68.95º 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 #C6E804 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 232 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.09 |
| HSL | 68.95º | 0.97% | 0.46% | - |
| HSV(B) | 68.95º | 0.98% | 0.91% | - |
| XYZ | 52.17 | 69.73 | 10.82 | - |
| YUV | 195.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 232 | 4 | 0.15 | 0 | 0.98 | 0.09 | 68.95 | 0.97 | 0.46 |
| Hex | C6 | E8 | 4 | F | 0 | 62 | 9 | 45 | 61 | 2E |
| Octal | 306 | 350 | 4 | 17 | 0 | 142 | 11 | 105 | 141 | 56 |
| Binary | 11000110 | 11101000 | 100 | 1111 | 0 | 1100010 | 1001 | 1000101 | 1100001 | 101110 |
Color Harmonies of #C6E804
Complementary color
Monochromatic Colors of #C6E804
Black with #C6E804
Text Example
Text Example
White with #C6E804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E804; }
p { color: rgb(198,232,4); }
H1.HeaderClassName
{
color: #C6E804;
}
.AnyTagClassName
{
color: #C6E804;
}
</style>
background-color css
<style>
a { background-color: #C6E804; }
a { background-color: rgb(198,232,4); }
div.DivClassName
{
background-color: #C6E804;
}
.BgClassName
{
background-color: #C6E804;
}
</style>
border-color css
<style>
span { border-color: #C6E804; }
span { border-color: rgb(198,232,4); }
td.TdClassName
{
border-color: #C6E804;
}
.TagClassName
{
border-color: #C6E804;
}
</style>