Shades of Electric Lime #C1EF08
Tints of Electric Lime #C1EF08
RGB
CMYK
RGB Variations
Color information
#C1EF08 (or 0xC1EF08) is known color: Electric Lime. HEX triplet: C1, EF and 08. RGB value is (193,239,8). Sum of RGB (Red+Green+Blue) = 193+239+8=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1EF08 is #3E10F7. Grayscale: #C7C7C7. Windows color (decimal): -4067576 or 585665. OLE color: 585665.
HSL color Cylindrical-coordinate representation of color #C1EF08: hue angle of 71.95º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1EF08 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 239 | 8 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.06 |
| HSL | 71.95º | 0.94% | 0.48% | - |
| HSV(B) | 71.95º | 0.97% | 0.94% | - |
| XYZ | 52.9 | 73.09 | 11.55 | - |
| YUV | 198.91 | 20.26 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 8 | 0.19 | 0 | 0.97 | 0.06 | 71.95 | 0.94 | 0.48 |
| Hex | C1 | EF | 8 | 13 | 0 | 61 | 6 | 48 | 5E | 30 |
| Octal | 301 | 357 | 10 | 23 | 0 | 141 | 6 | 110 | 136 | 60 |
| Binary | 11000001 | 11101111 | 1000 | 10011 | 0 | 1100001 | 110 | 1001000 | 1011110 | 110000 |
Color Harmonies of #C1EF08
Complementary color
Monochromatic Colors of #C1EF08
Black with #C1EF08
Text Example
Text Example
White with #C1EF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EF08; }
p { color: rgb(193,239,8); }
H1.HeaderClassName
{
color: #C1EF08;
}
.AnyTagClassName
{
color: #C1EF08;
}
</style>
background-color css
<style>
a { background-color: #C1EF08; }
a { background-color: rgb(193,239,8); }
div.DivClassName
{
background-color: #C1EF08;
}
.BgClassName
{
background-color: #C1EF08;
}
</style>
border-color css
<style>
span { border-color: #C1EF08; }
span { border-color: rgb(193,239,8); }
td.TdClassName
{
border-color: #C1EF08;
}
.TagClassName
{
border-color: #C1EF08;
}
</style>