Shades of Electric Lime #C2EF02
Tints of Electric Lime #C2EF02
RGB
CMYK
RGB Variations
Color information
#C2EF02 (or 0xC2EF02) is known color: Electric Lime. HEX triplet: C2, EF and 02. RGB value is (194,239,2). Sum of RGB (Red+Green+Blue) = 194+239+2=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF02 is #3D10FD. Grayscale: #C7C7C7. Windows color (decimal): -4002046 or 192450. OLE color: 192450.
HSL color Cylindrical-coordinate representation of color #C2EF02: hue angle of 71.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2EF02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.06 |
| HSL | 71.39º | 0.98% | 0.47% | - |
| HSV(B) | 71.39º | 0.99% | 0.94% | - |
| XYZ | 53.13 | 73.21 | 11.39 | - |
| YUV | 198.53 | 17.09 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 2 | 0.19 | 0 | 0.99 | 0.06 | 71.39 | 0.98 | 0.47 |
| Hex | C2 | EF | 2 | 13 | 0 | 63 | 6 | 47 | 62 | 2F |
| Octal | 302 | 357 | 2 | 23 | 0 | 143 | 6 | 107 | 142 | 57 |
| Binary | 11000010 | 11101111 | 10 | 10011 | 0 | 1100011 | 110 | 1000111 | 1100010 | 101111 |
Color Harmonies of #C2EF02
Complementary color
Monochromatic Colors of #C2EF02
Black with #C2EF02
Text Example
Text Example
White with #C2EF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF02; }
p { color: rgb(194,239,2); }
H1.HeaderClassName
{
color: #C2EF02;
}
.AnyTagClassName
{
color: #C2EF02;
}
</style>
background-color css
<style>
a { background-color: #C2EF02; }
a { background-color: rgb(194,239,2); }
div.DivClassName
{
background-color: #C2EF02;
}
.BgClassName
{
background-color: #C2EF02;
}
</style>
border-color css
<style>
span { border-color: #C2EF02; }
span { border-color: rgb(194,239,2); }
td.TdClassName
{
border-color: #C2EF02;
}
.TagClassName
{
border-color: #C2EF02;
}
</style>