Shades of Electric Lime #C6EE0A
Tints of Electric Lime #C6EE0A
RGB
CMYK
RGB Variations
Color information
#C6EE0A (or 0xC6EE0A) is known color: Electric Lime. HEX triplet: C6, EE and 0A. RGB value is (198,238,10). Sum of RGB (Red+Green+Blue) = 198+238+10=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EE0A is #3911F5. Grayscale: #C8C8C8. Windows color (decimal): -3740150 or 716486. OLE color: 716486.
HSL color Cylindrical-coordinate representation of color #C6EE0A: hue angle of 70.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6EE0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 238 | 10 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.07 |
| HSL | 70.53º | 0.92% | 0.49% | - |
| HSV(B) | 70.53º | 0.96% | 0.93% | - |
| XYZ | 53.92 | 73.18 | 11.57 | - |
| YUV | 200.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 238 | 10 | 0.17 | 0 | 0.96 | 0.07 | 70.53 | 0.92 | 0.49 |
| Hex | C6 | EE | A | 11 | 0 | 60 | 7 | 47 | 5C | 31 |
| Octal | 306 | 356 | 12 | 21 | 0 | 140 | 7 | 107 | 134 | 61 |
| Binary | 11000110 | 11101110 | 1010 | 10001 | 0 | 1100000 | 111 | 1000111 | 1011100 | 110001 |
Color Harmonies of #C6EE0A
Complementary color
Monochromatic Colors of #C6EE0A
Black with #C6EE0A
Text Example
Text Example
White with #C6EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EE0A; }
p { color: rgb(198,238,10); }
H1.HeaderClassName
{
color: #C6EE0A;
}
.AnyTagClassName
{
color: #C6EE0A;
}
</style>
background-color css
<style>
a { background-color: #C6EE0A; }
a { background-color: rgb(198,238,10); }
div.DivClassName
{
background-color: #C6EE0A;
}
.BgClassName
{
background-color: #C6EE0A;
}
</style>
border-color css
<style>
span { border-color: #C6EE0A; }
span { border-color: rgb(198,238,10); }
td.TdClassName
{
border-color: #C6EE0A;
}
.TagClassName
{
border-color: #C6EE0A;
}
</style>