Shades of Electric Lime #C2EB02
Tints of Electric Lime #C2EB02
RGB
CMYK
RGB Variations
Color information
#C2EB02 (or 0xC2EB02) is known color: Electric Lime. HEX triplet: C2, EB and 02. RGB value is (194,235,2). Sum of RGB (Red+Green+Blue) = 194+235+2=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 235 (92.19% from 255 or 54.52% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EB02 is #3D14FD. Grayscale: #C5C5C5. Windows color (decimal): -4003070 or 191426. OLE color: 191426.
HSL color Cylindrical-coordinate representation of color #C2EB02: hue angle of 70.56º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2EB02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.08 |
| HSL | 70.56º | 0.98% | 0.46% | - |
| HSV(B) | 70.56º | 0.99% | 0.92% | - |
| XYZ | 51.97 | 70.89 | 11 | - |
| YUV | 196.18 | 18.42 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 2 | 0.17 | 0 | 0.99 | 0.08 | 70.56 | 0.98 | 0.46 |
| Hex | C2 | EB | 2 | 11 | 0 | 63 | 8 | 47 | 62 | 2E |
| Octal | 302 | 353 | 2 | 21 | 0 | 143 | 10 | 107 | 142 | 56 |
| Binary | 11000010 | 11101011 | 10 | 10001 | 0 | 1100011 | 1000 | 1000111 | 1100010 | 101110 |
Color Harmonies of #C2EB02
Complementary color
Monochromatic Colors of #C2EB02
Black with #C2EB02
Text Example
Text Example
White with #C2EB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB02; }
p { color: rgb(194,235,2); }
H1.HeaderClassName
{
color: #C2EB02;
}
.AnyTagClassName
{
color: #C2EB02;
}
</style>
background-color css
<style>
a { background-color: #C2EB02; }
a { background-color: rgb(194,235,2); }
div.DivClassName
{
background-color: #C2EB02;
}
.BgClassName
{
background-color: #C2EB02;
}
</style>
border-color css
<style>
span { border-color: #C2EB02; }
span { border-color: rgb(194,235,2); }
td.TdClassName
{
border-color: #C2EB02;
}
.TagClassName
{
border-color: #C2EB02;
}
</style>