Shades of Electric Lime #C5FA15
Tints of Electric Lime #C5FA15
RGB
CMYK
RGB Variations
Color information
#C5FA15 (or 0xC5FA15) is known color: Electric Lime. HEX triplet: C5, FA and 15. RGB value is (197,250,21). Sum of RGB (Red+Green+Blue) = 197+250+21=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA15 is #3A05EA. Grayscale: #D0D0D0. Windows color (decimal): -3802603 or 1440453. OLE color: 1440453.
HSL color Cylindrical-coordinate representation of color #C5FA15: hue angle of 73.89º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5FA15 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 21 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.02 |
| HSL | 73.89º | 0.96% | 0.53% | - |
| HSV(B) | 73.89º | 0.92% | 0.98% | - |
| XYZ | 57.35 | 80.3 | 13.19 | - |
| YUV | 208.05 | 22.44 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 21 | 0.21 | 0 | 0.92 | 0.02 | 73.89 | 0.96 | 0.53 |
| Hex | C5 | FA | 15 | 15 | 0 | 5C | 2 | 4A | 60 | 35 |
| Octal | 305 | 372 | 25 | 25 | 0 | 134 | 2 | 112 | 140 | 65 |
| Binary | 11000101 | 11111010 | 10101 | 10101 | 0 | 1011100 | 10 | 1001010 | 1100000 | 110101 |
Color Harmonies of #C5FA15
Complementary color
Monochromatic Colors of #C5FA15
Black with #C5FA15
Text Example
Text Example
White with #C5FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA15; }
p { color: rgb(197,250,21); }
H1.HeaderClassName
{
color: #C5FA15;
}
.AnyTagClassName
{
color: #C5FA15;
}
</style>
background-color css
<style>
a { background-color: #C5FA15; }
a { background-color: rgb(197,250,21); }
div.DivClassName
{
background-color: #C5FA15;
}
.BgClassName
{
background-color: #C5FA15;
}
</style>
border-color css
<style>
span { border-color: #C5FA15; }
span { border-color: rgb(197,250,21); }
td.TdClassName
{
border-color: #C5FA15;
}
.TagClassName
{
border-color: #C5FA15;
}
</style>