Shades of Electric Lime #C2F104
Tints of Electric Lime #C2F104
RGB
CMYK
RGB Variations
Color information
#C2F104 (or 0xC2F104) is known color: Electric Lime. HEX triplet: C2, F1 and 04. RGB value is (194,241,4). Sum of RGB (Red+Green+Blue) = 194+241+4=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F104 is #3D0EFB. Grayscale: #C8C8C8. Windows color (decimal): -4001532 or 324034. OLE color: 324034.
HSL color Cylindrical-coordinate representation of color #C2F104: hue angle of 71.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2F104 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.05 |
| HSL | 71.9º | 0.97% | 0.48% | - |
| HSV(B) | 71.9º | 0.98% | 0.95% | - |
| XYZ | 53.73 | 74.39 | 11.64 | - |
| YUV | 199.93 | 17.43 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 4 | 0.20 | 0 | 0.98 | 0.05 | 71.9 | 0.97 | 0.48 |
| Hex | C2 | F1 | 4 | 14 | 0 | 62 | 5 | 48 | 61 | 30 |
| Octal | 302 | 361 | 4 | 24 | 0 | 142 | 5 | 110 | 141 | 60 |
| Binary | 11000010 | 11110001 | 100 | 10100 | 0 | 1100010 | 101 | 1001000 | 1100001 | 110000 |
Color Harmonies of #C2F104
Complementary color
Monochromatic Colors of #C2F104
Black with #C2F104
Text Example
Text Example
White with #C2F104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F104; }
p { color: rgb(194,241,4); }
H1.HeaderClassName
{
color: #C2F104;
}
.AnyTagClassName
{
color: #C2F104;
}
</style>
background-color css
<style>
a { background-color: #C2F104; }
a { background-color: rgb(194,241,4); }
div.DivClassName
{
background-color: #C2F104;
}
.BgClassName
{
background-color: #C2F104;
}
</style>
border-color css
<style>
span { border-color: #C2F104; }
span { border-color: rgb(194,241,4); }
td.TdClassName
{
border-color: #C2F104;
}
.TagClassName
{
border-color: #C2F104;
}
</style>