Shades of Electric Lime #C5F714
Tints of Electric Lime #C5F714
RGB
CMYK
RGB Variations
Color information
#C5F714 (or 0xC5F714) is known color: Electric Lime. HEX triplet: C5, F7 and 14. RGB value is (197,247,20). Sum of RGB (Red+Green+Blue) = 197+247+20=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 247 (96.88% from 255 or 53.23% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F714 is #3A08EB. Grayscale: #CFCFCF. Windows color (decimal): -3803372 or 1374149. OLE color: 1374149.
HSL color Cylindrical-coordinate representation of color #C5F714: hue angle of 73.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5F714 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.03 |
| HSL | 73.22º | 0.93% | 0.52% | - |
| HSV(B) | 73.22º | 0.92% | 0.97% | - |
| XYZ | 56.41 | 78.44 | 12.83 | - |
| YUV | 206.17 | 22.94 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 20 | 0.20 | 0 | 0.92 | 0.03 | 73.22 | 0.93 | 0.52 |
| Hex | C5 | F7 | 14 | 14 | 0 | 5C | 3 | 49 | 5D | 34 |
| Octal | 305 | 367 | 24 | 24 | 0 | 134 | 3 | 111 | 135 | 64 |
| Binary | 11000101 | 11110111 | 10100 | 10100 | 0 | 1011100 | 11 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C5F714
Complementary color
Monochromatic Colors of #C5F714
Black with #C5F714
Text Example
Text Example
White with #C5F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F714; }
p { color: rgb(197,247,20); }
H1.HeaderClassName
{
color: #C5F714;
}
.AnyTagClassName
{
color: #C5F714;
}
</style>
background-color css
<style>
a { background-color: #C5F714; }
a { background-color: rgb(197,247,20); }
div.DivClassName
{
background-color: #C5F714;
}
.BgClassName
{
background-color: #C5F714;
}
</style>
border-color css
<style>
span { border-color: #C5F714; }
span { border-color: rgb(197,247,20); }
td.TdClassName
{
border-color: #C5F714;
}
.TagClassName
{
border-color: #C5F714;
}
</style>