Shades of Electric Lime #C2EA02
Tints of Electric Lime #C2EA02
RGB
CMYK
RGB Variations
Color information
#C2EA02 (or 0xC2EA02) is known color: Electric Lime. HEX triplet: C2, EA and 02. RGB value is (194,234,2). Sum of RGB (Red+Green+Blue) = 194+234+2=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EA02 is #3D15FD. Grayscale: #C4C4C4. Windows color (decimal): -4003326 or 191170. OLE color: 191170.
HSL color Cylindrical-coordinate representation of color #C2EA02: hue angle of 70.34º 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 #C2EA02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.08 |
| HSL | 70.34º | 0.98% | 0.46% | - |
| HSV(B) | 70.34º | 0.99% | 0.92% | - |
| XYZ | 51.68 | 70.32 | 10.91 | - |
| YUV | 195.59 | 18.75 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 2 | 0.17 | 0 | 0.99 | 0.08 | 70.34 | 0.98 | 0.46 |
| Hex | C2 | EA | 2 | 11 | 0 | 63 | 8 | 46 | 62 | 2E |
| Octal | 302 | 352 | 2 | 21 | 0 | 143 | 10 | 106 | 142 | 56 |
| Binary | 11000010 | 11101010 | 10 | 10001 | 0 | 1100011 | 1000 | 1000110 | 1100010 | 101110 |
Color Harmonies of #C2EA02
Complementary color
Monochromatic Colors of #C2EA02
Black with #C2EA02
Text Example
Text Example
White with #C2EA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA02; }
p { color: rgb(194,234,2); }
H1.HeaderClassName
{
color: #C2EA02;
}
.AnyTagClassName
{
color: #C2EA02;
}
</style>
background-color css
<style>
a { background-color: #C2EA02; }
a { background-color: rgb(194,234,2); }
div.DivClassName
{
background-color: #C2EA02;
}
.BgClassName
{
background-color: #C2EA02;
}
</style>
border-color css
<style>
span { border-color: #C2EA02; }
span { border-color: rgb(194,234,2); }
td.TdClassName
{
border-color: #C2EA02;
}
.TagClassName
{
border-color: #C2EA02;
}
</style>