Shades of Electric Lime #C2EB07
Tints of Electric Lime #C2EB07
RGB
CMYK
RGB Variations
Color information
#C2EB07 (or 0xC2EB07) is known color: Electric Lime. HEX triplet: C2, EB and 07. RGB value is (194,235,7). Sum of RGB (Red+Green+Blue) = 194+235+7=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EB07 is #3D14F8. Grayscale: #C5C5C5. Windows color (decimal): -4003065 or 519106. OLE color: 519106.
HSL color Cylindrical-coordinate representation of color #C2EB07: hue angle of 70.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2EB07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.08 |
| HSL | 70.79º | 0.94% | 0.47% | - |
| HSV(B) | 70.79º | 0.97% | 0.92% | - |
| XYZ | 51.99 | 70.9 | 11.15 | - |
| YUV | 196.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 7 | 0.17 | 0 | 0.97 | 0.08 | 70.79 | 0.94 | 0.47 |
| Hex | C2 | EB | 7 | 11 | 0 | 61 | 8 | 47 | 5E | 2F |
| Octal | 302 | 353 | 7 | 21 | 0 | 141 | 10 | 107 | 136 | 57 |
| Binary | 11000010 | 11101011 | 111 | 10001 | 0 | 1100001 | 1000 | 1000111 | 1011110 | 101111 |
Color Harmonies of #C2EB07
Complementary color
Monochromatic Colors of #C2EB07
Black with #C2EB07
Text Example
Text Example
White with #C2EB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB07; }
p { color: rgb(194,235,7); }
H1.HeaderClassName
{
color: #C2EB07;
}
.AnyTagClassName
{
color: #C2EB07;
}
</style>
background-color css
<style>
a { background-color: #C2EB07; }
a { background-color: rgb(194,235,7); }
div.DivClassName
{
background-color: #C2EB07;
}
.BgClassName
{
background-color: #C2EB07;
}
</style>
border-color css
<style>
span { border-color: #C2EB07; }
span { border-color: rgb(194,235,7); }
td.TdClassName
{
border-color: #C2EB07;
}
.TagClassName
{
border-color: #C2EB07;
}
</style>