Shades of Electric Lime #C1ED00
Tints of Electric Lime #C1ED00
RGB
CMYK
RGB Variations
Color information
#C1ED00 (or 0xC1ED00) is known color: Electric Lime. HEX triplet: C1, ED and 00. RGB value is (193,237,0). Sum of RGB (Red+Green+Blue) = 193+237+0=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1ED00 is #3E12FF. Grayscale: #C5C5C5. Windows color (decimal): -4068096 or 60865. OLE color: 60865.
HSL color Cylindrical-coordinate representation of color #C1ED00: hue angle of 71.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1ED00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.07 |
| HSL | 71.14º | 1% | 0.46% | - |
| HSV(B) | 71.14º | 1% | 0.93% | - |
| XYZ | 52.28 | 71.91 | 11.12 | - |
| YUV | 196.83 | 16.92 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 0 | 0.19 | 0 | 1 | 0.07 | 71.14 | 1 | 0.46 |
| Hex | C1 | ED | 0 | 13 | 0 | 64 | 7 | 47 | 64 | 2E |
| Octal | 301 | 355 | 0 | 23 | 0 | 144 | 7 | 107 | 144 | 56 |
| Binary | 11000001 | 11101101 | 0 | 10011 | 0 | 1100100 | 111 | 1000111 | 1100100 | 101110 |
Color Harmonies of #C1ED00
Complementary color
Monochromatic Colors of #C1ED00
Black with #C1ED00
Text Example
Text Example
White with #C1ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED00; }
p { color: rgb(193,237,0); }
H1.HeaderClassName
{
color: #C1ED00;
}
.AnyTagClassName
{
color: #C1ED00;
}
</style>
background-color css
<style>
a { background-color: #C1ED00; }
a { background-color: rgb(193,237,0); }
div.DivClassName
{
background-color: #C1ED00;
}
.BgClassName
{
background-color: #C1ED00;
}
</style>
border-color css
<style>
span { border-color: #C1ED00; }
span { border-color: rgb(193,237,0); }
td.TdClassName
{
border-color: #C1ED00;
}
.TagClassName
{
border-color: #C1ED00;
}
</style>