Shades of Electric Lime #C1FA12
Tints of Electric Lime #C1FA12
RGB
CMYK
RGB Variations
Color information
#C1FA12 (or 0xC1FA12) is known color: Electric Lime. HEX triplet: C1, FA and 12. RGB value is (193,250,18). Sum of RGB (Red+Green+Blue) = 193+250+18=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FA12 is #3E05ED. Grayscale: #CFCFCF. Windows color (decimal): -4064750 or 1243841. OLE color: 1243841.
HSL color Cylindrical-coordinate representation of color #C1FA12: hue angle of 74.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1FA12 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.02 |
| HSL | 74.74º | 0.96% | 0.53% | - |
| HSV(B) | 74.74º | 0.93% | 0.98% | - |
| XYZ | 56.29 | 79.75 | 13 | - |
| YUV | 206.51 | 21.62 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 18 | 0.23 | 0 | 0.93 | 0.02 | 74.74 | 0.96 | 0.53 |
| Hex | C1 | FA | 12 | 17 | 0 | 5D | 2 | 4B | 60 | 35 |
| Octal | 301 | 372 | 22 | 27 | 0 | 135 | 2 | 113 | 140 | 65 |
| Binary | 11000001 | 11111010 | 10010 | 10111 | 0 | 1011101 | 10 | 1001011 | 1100000 | 110101 |
Color Harmonies of #C1FA12
Complementary color
Monochromatic Colors of #C1FA12
Black with #C1FA12
Text Example
Text Example
White with #C1FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA12; }
p { color: rgb(193,250,18); }
H1.HeaderClassName
{
color: #C1FA12;
}
.AnyTagClassName
{
color: #C1FA12;
}
</style>
background-color css
<style>
a { background-color: #C1FA12; }
a { background-color: rgb(193,250,18); }
div.DivClassName
{
background-color: #C1FA12;
}
.BgClassName
{
background-color: #C1FA12;
}
</style>
border-color css
<style>
span { border-color: #C1FA12; }
span { border-color: rgb(193,250,18); }
td.TdClassName
{
border-color: #C1FA12;
}
.TagClassName
{
border-color: #C1FA12;
}
</style>