Shades of Electric Lime #C2EF07
Tints of Electric Lime #C2EF07
RGB
CMYK
RGB Variations
Color information
#C2EF07 (or 0xC2EF07) is known color: Electric Lime. HEX triplet: C2, EF and 07. RGB value is (194,239,7). Sum of RGB (Red+Green+Blue) = 194+239+7=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF07 is #3D10F8. Grayscale: #C7C7C7. Windows color (decimal): -4002041 or 520130. OLE color: 520130.
HSL color Cylindrical-coordinate representation of color #C2EF07: hue angle of 71.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2EF07 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 7 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.06 |
| HSL | 71.64º | 0.94% | 0.48% | - |
| HSV(B) | 71.64º | 0.97% | 0.94% | - |
| XYZ | 53.15 | 73.22 | 11.53 | - |
| YUV | 199.1 | 19.59 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 7 | 0.19 | 0 | 0.97 | 0.06 | 71.64 | 0.94 | 0.48 |
| Hex | C2 | EF | 7 | 13 | 0 | 61 | 6 | 48 | 5E | 30 |
| Octal | 302 | 357 | 7 | 23 | 0 | 141 | 6 | 110 | 136 | 60 |
| Binary | 11000010 | 11101111 | 111 | 10011 | 0 | 1100001 | 110 | 1001000 | 1011110 | 110000 |
Color Harmonies of #C2EF07
Complementary color
Monochromatic Colors of #C2EF07
Black with #C2EF07
Text Example
Text Example
White with #C2EF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF07; }
p { color: rgb(194,239,7); }
H1.HeaderClassName
{
color: #C2EF07;
}
.AnyTagClassName
{
color: #C2EF07;
}
</style>
background-color css
<style>
a { background-color: #C2EF07; }
a { background-color: rgb(194,239,7); }
div.DivClassName
{
background-color: #C2EF07;
}
.BgClassName
{
background-color: #C2EF07;
}
</style>
border-color css
<style>
span { border-color: #C2EF07; }
span { border-color: rgb(194,239,7); }
td.TdClassName
{
border-color: #C2EF07;
}
.TagClassName
{
border-color: #C2EF07;
}
</style>