Shades of Electric Lime #C3FA04
Tints of Electric Lime #C3FA04
RGB
CMYK
RGB Variations
Color information
#C3FA04 (or 0xC3FA04) is known color: Electric Lime. HEX triplet: C3, FA and 04. RGB value is (195,250,4). Sum of RGB (Red+Green+Blue) = 195+250+4=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FA04 is #3C05FB. Grayscale: #CECECE. Windows color (decimal): -3933692 or 326339. OLE color: 326339.
HSL color Cylindrical-coordinate representation of color #C3FA04: hue angle of 73.41º 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 #C3FA04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.02 |
| HSL | 73.41º | 0.97% | 0.5% | - |
| HSV(B) | 73.41º | 0.98% | 0.98% | - |
| XYZ | 56.71 | 79.98 | 12.56 | - |
| YUV | 205.51 | 14.28 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 4 | 0.22 | 0 | 0.98 | 0.02 | 73.41 | 0.97 | 0.5 |
| Hex | C3 | FA | 4 | 16 | 0 | 62 | 2 | 49 | 61 | 32 |
| Octal | 303 | 372 | 4 | 26 | 0 | 142 | 2 | 111 | 141 | 62 |
| Binary | 11000011 | 11111010 | 100 | 10110 | 0 | 1100010 | 10 | 1001001 | 1100001 | 110010 |
Color Harmonies of #C3FA04
Complementary color
Monochromatic Colors of #C3FA04
Black with #C3FA04
Text Example
Text Example
White with #C3FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FA04; }
p { color: rgb(195,250,4); }
H1.HeaderClassName
{
color: #C3FA04;
}
.AnyTagClassName
{
color: #C3FA04;
}
</style>
background-color css
<style>
a { background-color: #C3FA04; }
a { background-color: rgb(195,250,4); }
div.DivClassName
{
background-color: #C3FA04;
}
.BgClassName
{
background-color: #C3FA04;
}
</style>
border-color css
<style>
span { border-color: #C3FA04; }
span { border-color: rgb(195,250,4); }
td.TdClassName
{
border-color: #C3FA04;
}
.TagClassName
{
border-color: #C3FA04;
}
</style>