Shades of Electric Lime #C5FA12
Tints of Electric Lime #C5FA12
RGB
CMYK
RGB Variations
Color information
#C5FA12 (or 0xC5FA12) is known color: Electric Lime. HEX triplet: C5, FA and 12. RGB value is (197,250,18). Sum of RGB (Red+Green+Blue) = 197+250+18=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA12 is #3A05ED. Grayscale: #D0D0D0. Windows color (decimal): -3802606 or 1243845. OLE color: 1243845.
HSL color Cylindrical-coordinate representation of color #C5FA12: hue angle of 73.71º 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 #C5FA12 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.02 |
| HSL | 73.71º | 0.96% | 0.53% | - |
| HSV(B) | 73.71º | 0.93% | 0.98% | - |
| XYZ | 57.32 | 80.29 | 13.05 | - |
| YUV | 207.71 | 20.94 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 18 | 0.21 | 0 | 0.93 | 0.02 | 73.71 | 0.96 | 0.53 |
| Hex | C5 | FA | 12 | 15 | 0 | 5D | 2 | 4A | 60 | 35 |
| Octal | 305 | 372 | 22 | 25 | 0 | 135 | 2 | 112 | 140 | 65 |
| Binary | 11000101 | 11111010 | 10010 | 10101 | 0 | 1011101 | 10 | 1001010 | 1100000 | 110101 |
Color Harmonies of #C5FA12
Complementary color
Monochromatic Colors of #C5FA12
Black with #C5FA12
Text Example
Text Example
White with #C5FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA12; }
p { color: rgb(197,250,18); }
H1.HeaderClassName
{
color: #C5FA12;
}
.AnyTagClassName
{
color: #C5FA12;
}
</style>
background-color css
<style>
a { background-color: #C5FA12; }
a { background-color: rgb(197,250,18); }
div.DivClassName
{
background-color: #C5FA12;
}
.BgClassName
{
background-color: #C5FA12;
}
</style>
border-color css
<style>
span { border-color: #C5FA12; }
span { border-color: rgb(197,250,18); }
td.TdClassName
{
border-color: #C5FA12;
}
.TagClassName
{
border-color: #C5FA12;
}
</style>