Shades of Electric Lime #C2EA04
Tints of Electric Lime #C2EA04
RGB
CMYK
RGB Variations
Color information
#C2EA04 (or 0xC2EA04) is known color: Electric Lime. HEX triplet: C2, EA and 04. RGB value is (194,234,4). Sum of RGB (Red+Green+Blue) = 194+234+4=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 234 (91.80% from 255 or 54.17% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EA04 is #3D15FB. Grayscale: #C4C4C4. Windows color (decimal): -4003324 or 322242. OLE color: 322242.
HSL color Cylindrical-coordinate representation of color #C2EA04: hue angle of 70.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2EA04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.08 |
| HSL | 70.43º | 0.97% | 0.47% | - |
| HSV(B) | 70.43º | 0.98% | 0.92% | - |
| XYZ | 51.69 | 70.32 | 10.96 | - |
| YUV | 195.82 | 19.75 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 4 | 0.17 | 0 | 0.98 | 0.08 | 70.43 | 0.97 | 0.47 |
| Hex | C2 | EA | 4 | 11 | 0 | 62 | 8 | 46 | 61 | 2F |
| Octal | 302 | 352 | 4 | 21 | 0 | 142 | 10 | 106 | 141 | 57 |
| Binary | 11000010 | 11101010 | 100 | 10001 | 0 | 1100010 | 1000 | 1000110 | 1100001 | 101111 |
Color Harmonies of #C2EA04
Complementary color
Monochromatic Colors of #C2EA04
Black with #C2EA04
Text Example
Text Example
White with #C2EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA04; }
p { color: rgb(194,234,4); }
H1.HeaderClassName
{
color: #C2EA04;
}
.AnyTagClassName
{
color: #C2EA04;
}
</style>
background-color css
<style>
a { background-color: #C2EA04; }
a { background-color: rgb(194,234,4); }
div.DivClassName
{
background-color: #C2EA04;
}
.BgClassName
{
background-color: #C2EA04;
}
</style>
border-color css
<style>
span { border-color: #C2EA04; }
span { border-color: rgb(194,234,4); }
td.TdClassName
{
border-color: #C2EA04;
}
.TagClassName
{
border-color: #C2EA04;
}
</style>