Shades of Electric Lime #C2EE0A
Tints of Electric Lime #C2EE0A
RGB
CMYK
RGB Variations
Color information
#C2EE0A (or 0xC2EE0A) is known color: Electric Lime. HEX triplet: C2, EE and 0A. RGB value is (194,238,10). Sum of RGB (Red+Green+Blue) = 194+238+10=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EE0A is #3D11F5. Grayscale: #C7C7C7. Windows color (decimal): -4002294 or 716482. OLE color: 716482.
HSL color Cylindrical-coordinate representation of color #C2EE0A: hue angle of 71.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2EE0A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 10 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.07 |
| HSL | 71.58º | 0.92% | 0.49% | - |
| HSV(B) | 71.58º | 0.96% | 0.93% | - |
| XYZ | 52.88 | 72.64 | 11.52 | - |
| YUV | 198.85 | 21.42 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 10 | 0.18 | 0 | 0.96 | 0.07 | 71.58 | 0.92 | 0.49 |
| Hex | C2 | EE | A | 12 | 0 | 60 | 7 | 48 | 5C | 31 |
| Octal | 302 | 356 | 12 | 22 | 0 | 140 | 7 | 110 | 134 | 61 |
| Binary | 11000010 | 11101110 | 1010 | 10010 | 0 | 1100000 | 111 | 1001000 | 1011100 | 110001 |
Color Harmonies of #C2EE0A
Complementary color
Monochromatic Colors of #C2EE0A
Black with #C2EE0A
Text Example
Text Example
White with #C2EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE0A; }
p { color: rgb(194,238,10); }
H1.HeaderClassName
{
color: #C2EE0A;
}
.AnyTagClassName
{
color: #C2EE0A;
}
</style>
background-color css
<style>
a { background-color: #C2EE0A; }
a { background-color: rgb(194,238,10); }
div.DivClassName
{
background-color: #C2EE0A;
}
.BgClassName
{
background-color: #C2EE0A;
}
</style>
border-color css
<style>
span { border-color: #C2EE0A; }
span { border-color: rgb(194,238,10); }
td.TdClassName
{
border-color: #C2EE0A;
}
.TagClassName
{
border-color: #C2EE0A;
}
</style>