Shades of Electric Lime #C4FA04
Tints of Electric Lime #C4FA04
RGB
CMYK
RGB Variations
Color information
#C4FA04 (or 0xC4FA04) is known color: Electric Lime. HEX triplet: C4, FA and 04. RGB value is (196,250,4). Sum of RGB (Red+Green+Blue) = 196+250+4=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FA04 is #3B05FB. Grayscale: #CECECE. Windows color (decimal): -3868156 or 326340. OLE color: 326340.
HSL color Cylindrical-coordinate representation of color #C4FA04: hue angle of 73.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4FA04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.02 |
| HSL | 73.17º | 0.97% | 0.5% | - |
| HSV(B) | 73.17º | 0.98% | 0.98% | - |
| XYZ | 56.97 | 80.12 | 12.58 | - |
| YUV | 205.81 | 14.11 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 4 | 0.22 | 0 | 0.98 | 0.02 | 73.17 | 0.97 | 0.5 |
| Hex | C4 | FA | 4 | 16 | 0 | 62 | 2 | 49 | 61 | 32 |
| Octal | 304 | 372 | 4 | 26 | 0 | 142 | 2 | 111 | 141 | 62 |
| Binary | 11000100 | 11111010 | 100 | 10110 | 0 | 1100010 | 10 | 1001001 | 1100001 | 110010 |
Color Harmonies of #C4FA04
Complementary color
Monochromatic Colors of #C4FA04
Black with #C4FA04
Text Example
Text Example
White with #C4FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA04; }
p { color: rgb(196,250,4); }
H1.HeaderClassName
{
color: #C4FA04;
}
.AnyTagClassName
{
color: #C4FA04;
}
</style>
background-color css
<style>
a { background-color: #C4FA04; }
a { background-color: rgb(196,250,4); }
div.DivClassName
{
background-color: #C4FA04;
}
.BgClassName
{
background-color: #C4FA04;
}
</style>
border-color css
<style>
span { border-color: #C4FA04; }
span { border-color: rgb(196,250,4); }
td.TdClassName
{
border-color: #C4FA04;
}
.TagClassName
{
border-color: #C4FA04;
}
</style>