Shades of Electric Lime #C5F619
Tints of Electric Lime #C5F619
RGB
CMYK
RGB Variations
Color information
#C5F619 (or 0xC5F619) is known color: Electric Lime. HEX triplet: C5, F6 and 19. RGB value is (197,246,25). Sum of RGB (Red+Green+Blue) = 197+246+25=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F619 is #3A09E6. Grayscale: #CECECE. Windows color (decimal): -3803623 or 1701573. OLE color: 1701573.
HSL color Cylindrical-coordinate representation of color #C5F619: hue angle of 73.3º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5F619 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 25 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.04 |
| HSL | 73.3º | 0.92% | 0.53% | - |
| HSV(B) | 73.3º | 0.9% | 0.96% | - |
| XYZ | 56.16 | 77.85 | 12.99 | - |
| YUV | 206.16 | 25.77 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 25 | 0.20 | 0 | 0.90 | 0.04 | 73.3 | 0.92 | 0.53 |
| Hex | C5 | F6 | 19 | 14 | 0 | 5A | 4 | 49 | 5C | 35 |
| Octal | 305 | 366 | 31 | 24 | 0 | 132 | 4 | 111 | 134 | 65 |
| Binary | 11000101 | 11110110 | 11001 | 10100 | 0 | 1011010 | 100 | 1001001 | 1011100 | 110101 |
Color Harmonies of #C5F619
Complementary color
Monochromatic Colors of #C5F619
Black with #C5F619
Text Example
Text Example
White with #C5F619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F619; }
p { color: rgb(197,246,25); }
H1.HeaderClassName
{
color: #C5F619;
}
.AnyTagClassName
{
color: #C5F619;
}
</style>
background-color css
<style>
a { background-color: #C5F619; }
a { background-color: rgb(197,246,25); }
div.DivClassName
{
background-color: #C5F619;
}
.BgClassName
{
background-color: #C5F619;
}
</style>
border-color css
<style>
span { border-color: #C5F619; }
span { border-color: rgb(197,246,25); }
td.TdClassName
{
border-color: #C5F619;
}
.TagClassName
{
border-color: #C5F619;
}
</style>