Shades of Electric Lime #C2FA03
Tints of Electric Lime #C2FA03
RGB
CMYK
RGB Variations
Color information
#C2FA03 (or 0xC2FA03) is known color: Electric Lime. HEX triplet: C2, FA and 03. RGB value is (194,250,3). Sum of RGB (Red+Green+Blue) = 194+250+3=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA03 is #3D05FC. Grayscale: #CECECE. Windows color (decimal): -3999229 or 260802. OLE color: 260802.
HSL color Cylindrical-coordinate representation of color #C2FA03: hue angle of 73.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2FA03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.02 |
| HSL | 73.6º | 0.98% | 0.5% | - |
| HSV(B) | 73.6º | 0.99% | 0.98% | - |
| XYZ | 56.45 | 79.85 | 12.52 | - |
| YUV | 205.1 | 13.95 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 3 | 0.22 | 0 | 0.99 | 0.02 | 73.6 | 0.98 | 0.5 |
| Hex | C2 | FA | 3 | 16 | 0 | 63 | 2 | 4A | 62 | 32 |
| Octal | 302 | 372 | 3 | 26 | 0 | 143 | 2 | 112 | 142 | 62 |
| Binary | 11000010 | 11111010 | 11 | 10110 | 0 | 1100011 | 10 | 1001010 | 1100010 | 110010 |
Color Harmonies of #C2FA03
Complementary color
Monochromatic Colors of #C2FA03
Black with #C2FA03
Text Example
Text Example
White with #C2FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA03; }
p { color: rgb(194,250,3); }
H1.HeaderClassName
{
color: #C2FA03;
}
.AnyTagClassName
{
color: #C2FA03;
}
</style>
background-color css
<style>
a { background-color: #C2FA03; }
a { background-color: rgb(194,250,3); }
div.DivClassName
{
background-color: #C2FA03;
}
.BgClassName
{
background-color: #C2FA03;
}
</style>
border-color css
<style>
span { border-color: #C2FA03; }
span { border-color: rgb(194,250,3); }
td.TdClassName
{
border-color: #C2FA03;
}
.TagClassName
{
border-color: #C2FA03;
}
</style>