Shades of Electric Lime #C2EF05
Tints of Electric Lime #C2EF05
RGB
CMYK
RGB Variations
Color information
#C2EF05 (or 0xC2EF05) is known color: Electric Lime. HEX triplet: C2, EF and 05. RGB value is (194,239,5). Sum of RGB (Red+Green+Blue) = 194+239+5=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF05 is #3D10FA. Grayscale: #C7C7C7. Windows color (decimal): -4002043 or 389058. OLE color: 389058.
HSL color Cylindrical-coordinate representation of color #C2EF05: hue angle of 71.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2EF05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 5 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.06 |
| HSL | 71.54º | 0.96% | 0.48% | - |
| HSV(B) | 71.54º | 0.98% | 0.94% | - |
| XYZ | 53.14 | 73.21 | 11.47 | - |
| YUV | 198.87 | 18.59 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 5 | 0.19 | 0 | 0.98 | 0.06 | 71.54 | 0.96 | 0.48 |
| Hex | C2 | EF | 5 | 13 | 0 | 62 | 6 | 48 | 60 | 30 |
| Octal | 302 | 357 | 5 | 23 | 0 | 142 | 6 | 110 | 140 | 60 |
| Binary | 11000010 | 11101111 | 101 | 10011 | 0 | 1100010 | 110 | 1001000 | 1100000 | 110000 |
Color Harmonies of #C2EF05
Complementary color
Monochromatic Colors of #C2EF05
Black with #C2EF05
Text Example
Text Example
White with #C2EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF05; }
p { color: rgb(194,239,5); }
H1.HeaderClassName
{
color: #C2EF05;
}
.AnyTagClassName
{
color: #C2EF05;
}
</style>
background-color css
<style>
a { background-color: #C2EF05; }
a { background-color: rgb(194,239,5); }
div.DivClassName
{
background-color: #C2EF05;
}
.BgClassName
{
background-color: #C2EF05;
}
</style>
border-color css
<style>
span { border-color: #C2EF05; }
span { border-color: rgb(194,239,5); }
td.TdClassName
{
border-color: #C2EF05;
}
.TagClassName
{
border-color: #C2EF05;
}
</style>