Shades of Electric Lime #C6EA08
Tints of Electric Lime #C6EA08
RGB
CMYK
RGB Variations
Color information
#C6EA08 (or 0xC6EA08) is known color: Electric Lime. HEX triplet: C6, EA and 08. RGB value is (198,234,8). Sum of RGB (Red+Green+Blue) = 198+234+8=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EA08 is #3915F7. Grayscale: #C6C6C6. Windows color (decimal): -3741176 or 584390. OLE color: 584390.
HSL color Cylindrical-coordinate representation of color #C6EA08: hue angle of 69.56º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6EA08 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 234 | 8 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.08 |
| HSL | 69.56º | 0.93% | 0.47% | - |
| HSV(B) | 69.56º | 0.97% | 0.92% | - |
| XYZ | 52.76 | 70.87 | 11.13 | - |
| YUV | 197.47 | 21.07 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 234 | 8 | 0.15 | 0 | 0.97 | 0.08 | 69.56 | 0.93 | 0.47 |
| Hex | C6 | EA | 8 | F | 0 | 61 | 8 | 46 | 5D | 2F |
| Octal | 306 | 352 | 10 | 17 | 0 | 141 | 10 | 106 | 135 | 57 |
| Binary | 11000110 | 11101010 | 1000 | 1111 | 0 | 1100001 | 1000 | 1000110 | 1011101 | 101111 |
Color Harmonies of #C6EA08
Complementary color
Monochromatic Colors of #C6EA08
Black with #C6EA08
Text Example
Text Example
White with #C6EA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EA08; }
p { color: rgb(198,234,8); }
H1.HeaderClassName
{
color: #C6EA08;
}
.AnyTagClassName
{
color: #C6EA08;
}
</style>
background-color css
<style>
a { background-color: #C6EA08; }
a { background-color: rgb(198,234,8); }
div.DivClassName
{
background-color: #C6EA08;
}
.BgClassName
{
background-color: #C6EA08;
}
</style>
border-color css
<style>
span { border-color: #C6EA08; }
span { border-color: rgb(198,234,8); }
td.TdClassName
{
border-color: #C6EA08;
}
.TagClassName
{
border-color: #C6EA08;
}
</style>