Shades of Electric Lime #C6EF05
Tints of Electric Lime #C6EF05
RGB
CMYK
RGB Variations
Color information
#C6EF05 (or 0xC6EF05) is known color: Electric Lime. HEX triplet: C6, EF and 05. RGB value is (198,239,5). Sum of RGB (Red+Green+Blue) = 198+239+5=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EF05 is #3910FA. Grayscale: #C8C8C8. Windows color (decimal): -3739899 or 389062. OLE color: 389062.
HSL color Cylindrical-coordinate representation of color #C6EF05: hue angle of 70.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6EF05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 239 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.06 |
| HSL | 70.51º | 0.96% | 0.48% | - |
| HSV(B) | 70.51º | 0.98% | 0.94% | - |
| XYZ | 54.18 | 73.75 | 11.52 | - |
| YUV | 200.07 | 17.92 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 5 | 0.17 | 0 | 0.98 | 0.06 | 70.51 | 0.96 | 0.48 |
| Hex | C6 | EF | 5 | 11 | 0 | 62 | 6 | 47 | 60 | 30 |
| Octal | 306 | 357 | 5 | 21 | 0 | 142 | 6 | 107 | 140 | 60 |
| Binary | 11000110 | 11101111 | 101 | 10001 | 0 | 1100010 | 110 | 1000111 | 1100000 | 110000 |
Color Harmonies of #C6EF05
Complementary color
Monochromatic Colors of #C6EF05
Black with #C6EF05
Text Example
Text Example
White with #C6EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EF05; }
p { color: rgb(198,239,5); }
H1.HeaderClassName
{
color: #C6EF05;
}
.AnyTagClassName
{
color: #C6EF05;
}
</style>
background-color css
<style>
a { background-color: #C6EF05; }
a { background-color: rgb(198,239,5); }
div.DivClassName
{
background-color: #C6EF05;
}
.BgClassName
{
background-color: #C6EF05;
}
</style>
border-color css
<style>
span { border-color: #C6EF05; }
span { border-color: rgb(198,239,5); }
td.TdClassName
{
border-color: #C6EF05;
}
.TagClassName
{
border-color: #C6EF05;
}
</style>