Shades of Electric Lime #C1ED02
Tints of Electric Lime #C1ED02
RGB
CMYK
RGB Variations
Color information
#C1ED02 (or 0xC1ED02) is known color: Electric Lime. HEX triplet: C1, ED and 02. RGB value is (193,237,2). Sum of RGB (Red+Green+Blue) = 193+237+2=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1ED02 is #3E12FD. Grayscale: #C5C5C5. Windows color (decimal): -4068094 or 191937. OLE color: 191937.
HSL color Cylindrical-coordinate representation of color #C1ED02: hue angle of 71.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1ED02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.07 |
| HSL | 71.23º | 0.98% | 0.47% | - |
| HSV(B) | 71.23º | 0.99% | 0.93% | - |
| XYZ | 52.29 | 71.91 | 11.18 | - |
| YUV | 197.05 | 17.92 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 2 | 0.19 | 0 | 0.99 | 0.07 | 71.23 | 0.98 | 0.47 |
| Hex | C1 | ED | 2 | 13 | 0 | 63 | 7 | 47 | 62 | 2F |
| Octal | 301 | 355 | 2 | 23 | 0 | 143 | 7 | 107 | 142 | 57 |
| Binary | 11000001 | 11101101 | 10 | 10011 | 0 | 1100011 | 111 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C1ED02
Complementary color
Monochromatic Colors of #C1ED02
Black with #C1ED02
Text Example
Text Example
White with #C1ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED02; }
p { color: rgb(193,237,2); }
H1.HeaderClassName
{
color: #C1ED02;
}
.AnyTagClassName
{
color: #C1ED02;
}
</style>
background-color css
<style>
a { background-color: #C1ED02; }
a { background-color: rgb(193,237,2); }
div.DivClassName
{
background-color: #C1ED02;
}
.BgClassName
{
background-color: #C1ED02;
}
</style>
border-color css
<style>
span { border-color: #C1ED02; }
span { border-color: rgb(193,237,2); }
td.TdClassName
{
border-color: #C1ED02;
}
.TagClassName
{
border-color: #C1ED02;
}
</style>