Shades of Electric Lime #C5FA1A
Tints of Electric Lime #C5FA1A
RGB
CMYK
RGB Variations
Color information
#C5FA1A (or 0xC5FA1A) is known color: Electric Lime. HEX triplet: C5, FA and 1A. RGB value is (197,250,26). Sum of RGB (Red+Green+Blue) = 197+250+26=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA1A is #3A05E5. Grayscale: #D1D1D1. Windows color (decimal): -3802598 or 1768133. OLE color: 1768133.
HSL color Cylindrical-coordinate representation of color #C5FA1A: hue angle of 74.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5FA1A is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 26 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.02 |
| HSL | 74.2º | 0.96% | 0.54% | - |
| HSV(B) | 74.2º | 0.9% | 0.98% | - |
| XYZ | 57.4 | 80.32 | 13.45 | - |
| YUV | 208.62 | 24.94 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 26 | 0.21 | 0 | 0.90 | 0.02 | 74.2 | 0.96 | 0.54 |
| Hex | C5 | FA | 1A | 15 | 0 | 5A | 2 | 4A | 60 | 36 |
| Octal | 305 | 372 | 32 | 25 | 0 | 132 | 2 | 112 | 140 | 66 |
| Binary | 11000101 | 11111010 | 11010 | 10101 | 0 | 1011010 | 10 | 1001010 | 1100000 | 110110 |
Color Harmonies of #C5FA1A
Complementary color
Monochromatic Colors of #C5FA1A
Black with #C5FA1A
Text Example
Text Example
White with #C5FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA1A; }
p { color: rgb(197,250,26); }
H1.HeaderClassName
{
color: #C5FA1A;
}
.AnyTagClassName
{
color: #C5FA1A;
}
</style>
background-color css
<style>
a { background-color: #C5FA1A; }
a { background-color: rgb(197,250,26); }
div.DivClassName
{
background-color: #C5FA1A;
}
.BgClassName
{
background-color: #C5FA1A;
}
</style>
border-color css
<style>
span { border-color: #C5FA1A; }
span { border-color: rgb(197,250,26); }
td.TdClassName
{
border-color: #C5FA1A;
}
.TagClassName
{
border-color: #C5FA1A;
}
</style>