Shades of Electric Lime #C2FA00
Tints of Electric Lime #C2FA00
RGB
CMYK
RGB Variations
Color information
#C2FA00 (or 0xC2FA00) is known color: Electric Lime. HEX triplet: C2, FA and 00. RGB value is (194,250,0). Sum of RGB (Red+Green+Blue) = 194+250+0=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA00 is #3D05FF. Grayscale: #CDCDCD. Windows color (decimal): -3999232 or 64194. OLE color: 64194.
HSL color Cylindrical-coordinate representation of color #C2FA00: hue angle of 73.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2FA00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.02 |
| HSL | 73.44º | 1% | 0.49% | - |
| HSV(B) | 73.44º | 1% | 0.98% | - |
| XYZ | 56.43 | 79.84 | 12.44 | - |
| YUV | 204.76 | 12.45 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 0 | 0.22 | 0 | 1 | 0.02 | 73.44 | 1 | 0.49 |
| Hex | C2 | FA | 0 | 16 | 0 | 64 | 2 | 49 | 64 | 31 |
| Octal | 302 | 372 | 0 | 26 | 0 | 144 | 2 | 111 | 144 | 61 |
| Binary | 11000010 | 11111010 | 0 | 10110 | 0 | 1100100 | 10 | 1001001 | 1100100 | 110001 |
Color Harmonies of #C2FA00
Complementary color
Monochromatic Colors of #C2FA00
Black with #C2FA00
Text Example
Text Example
White with #C2FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA00; }
p { color: rgb(194,250,0); }
H1.HeaderClassName
{
color: #C2FA00;
}
.AnyTagClassName
{
color: #C2FA00;
}
</style>
background-color css
<style>
a { background-color: #C2FA00; }
a { background-color: rgb(194,250,0); }
div.DivClassName
{
background-color: #C2FA00;
}
.BgClassName
{
background-color: #C2FA00;
}
</style>
border-color css
<style>
span { border-color: #C2FA00; }
span { border-color: rgb(194,250,0); }
td.TdClassName
{
border-color: #C2FA00;
}
.TagClassName
{
border-color: #C2FA00;
}
</style>