Shades of Electric Lime #C5FA1D
Tints of Electric Lime #C5FA1D
RGB
CMYK
RGB Variations
Color information
#C5FA1D (or 0xC5FA1D) is known color: Electric Lime. HEX triplet: C5, FA and 1D. RGB value is (197,250,29). Sum of RGB (Red+Green+Blue) = 197+250+29=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA1D is #3A05E2. Grayscale: #D1D1D1. Windows color (decimal): -3802595 or 1964741. OLE color: 1964741.
HSL color Cylindrical-coordinate representation of color #C5FA1D: hue angle of 74.39º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5FA1D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.02 |
| HSL | 74.39º | 0.96% | 0.55% | - |
| HSV(B) | 74.39º | 0.88% | 0.98% | - |
| XYZ | 57.43 | 80.33 | 13.64 | - |
| YUV | 208.96 | 26.44 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 29 | 0.21 | 0 | 0.88 | 0.02 | 74.39 | 0.96 | 0.55 |
| Hex | C5 | FA | 1D | 15 | 0 | 58 | 2 | 4A | 60 | 37 |
| Octal | 305 | 372 | 35 | 25 | 0 | 130 | 2 | 112 | 140 | 67 |
| Binary | 11000101 | 11111010 | 11101 | 10101 | 0 | 1011000 | 10 | 1001010 | 1100000 | 110111 |
Color Harmonies of #C5FA1D
Complementary color
Monochromatic Colors of #C5FA1D
Black with #C5FA1D
Text Example
Text Example
White with #C5FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA1D; }
p { color: rgb(197,250,29); }
H1.HeaderClassName
{
color: #C5FA1D;
}
.AnyTagClassName
{
color: #C5FA1D;
}
</style>
background-color css
<style>
a { background-color: #C5FA1D; }
a { background-color: rgb(197,250,29); }
div.DivClassName
{
background-color: #C5FA1D;
}
.BgClassName
{
background-color: #C5FA1D;
}
</style>
border-color css
<style>
span { border-color: #C5FA1D; }
span { border-color: rgb(197,250,29); }
td.TdClassName
{
border-color: #C5FA1D;
}
.TagClassName
{
border-color: #C5FA1D;
}
</style>