Shades of Electric Lime #C5F814
Tints of Electric Lime #C5F814
RGB
CMYK
RGB Variations
Color information
#C5F814 (or 0xC5F814) is known color: Electric Lime. HEX triplet: C5, F8 and 14. RGB value is (197,248,20). Sum of RGB (Red+Green+Blue) = 197+248+20=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F814 is #3A07EB. Grayscale: #CFCFCF. Windows color (decimal): -3803116 or 1374405. OLE color: 1374405.
HSL color Cylindrical-coordinate representation of color #C5F814: hue angle of 73.42º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5F814 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 20 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.03 |
| HSL | 73.42º | 0.94% | 0.53% | - |
| HSV(B) | 73.42º | 0.92% | 0.97% | - |
| XYZ | 56.72 | 79.06 | 12.93 | - |
| YUV | 206.76 | 22.6 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 20 | 0.21 | 0 | 0.92 | 0.03 | 73.42 | 0.94 | 0.53 |
| Hex | C5 | F8 | 14 | 15 | 0 | 5C | 3 | 49 | 5E | 35 |
| Octal | 305 | 370 | 24 | 25 | 0 | 134 | 3 | 111 | 136 | 65 |
| Binary | 11000101 | 11111000 | 10100 | 10101 | 0 | 1011100 | 11 | 1001001 | 1011110 | 110101 |
Color Harmonies of #C5F814
Complementary color
Monochromatic Colors of #C5F814
Black with #C5F814
Text Example
Text Example
White with #C5F814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F814; }
p { color: rgb(197,248,20); }
H1.HeaderClassName
{
color: #C5F814;
}
.AnyTagClassName
{
color: #C5F814;
}
</style>
background-color css
<style>
a { background-color: #C5F814; }
a { background-color: rgb(197,248,20); }
div.DivClassName
{
background-color: #C5F814;
}
.BgClassName
{
background-color: #C5F814;
}
</style>
border-color css
<style>
span { border-color: #C5F814; }
span { border-color: rgb(197,248,20); }
td.TdClassName
{
border-color: #C5F814;
}
.TagClassName
{
border-color: #C5F814;
}
</style>