Shades of Electric Lime #C5F715
Tints of Electric Lime #C5F715
RGB
CMYK
RGB Variations
Color information
#C5F715 (or 0xC5F715) is known color: Electric Lime. HEX triplet: C5, F7 and 15. RGB value is (197,247,21). Sum of RGB (Red+Green+Blue) = 197+247+21=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F715 is #3A08EA. Grayscale: #CFCFCF. Windows color (decimal): -3803371 or 1439685. OLE color: 1439685.
HSL color Cylindrical-coordinate representation of color #C5F715: hue angle of 73.27º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5F715 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 21 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.03 |
| HSL | 73.27º | 0.93% | 0.53% | - |
| HSV(B) | 73.27º | 0.91% | 0.97% | - |
| XYZ | 56.42 | 78.45 | 12.88 | - |
| YUV | 206.29 | 23.44 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 21 | 0.20 | 0 | 0.91 | 0.03 | 73.27 | 0.93 | 0.53 |
| Hex | C5 | F7 | 15 | 14 | 0 | 5B | 3 | 49 | 5D | 35 |
| Octal | 305 | 367 | 25 | 24 | 0 | 133 | 3 | 111 | 135 | 65 |
| Binary | 11000101 | 11110111 | 10101 | 10100 | 0 | 1011011 | 11 | 1001001 | 1011101 | 110101 |
Color Harmonies of #C5F715
Complementary color
Monochromatic Colors of #C5F715
Black with #C5F715
Text Example
Text Example
White with #C5F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F715; }
p { color: rgb(197,247,21); }
H1.HeaderClassName
{
color: #C5F715;
}
.AnyTagClassName
{
color: #C5F715;
}
</style>
background-color css
<style>
a { background-color: #C5F715; }
a { background-color: rgb(197,247,21); }
div.DivClassName
{
background-color: #C5F715;
}
.BgClassName
{
background-color: #C5F715;
}
</style>
border-color css
<style>
span { border-color: #C5F715; }
span { border-color: rgb(197,247,21); }
td.TdClassName
{
border-color: #C5F715;
}
.TagClassName
{
border-color: #C5F715;
}
</style>