Shades of Electric Lime #C5F507
Tints of Electric Lime #C5F507
RGB
CMYK
RGB Variations
Color information
#C5F507 (or 0xC5F507) is known color: Electric Lime. HEX triplet: C5, F5 and 07. RGB value is (197,245,7). Sum of RGB (Red+Green+Blue) = 197+245+7=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 245 (96.09% from 255 or 54.57% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F507 is #3A0AF8. Grayscale: #CCCCCC. Windows color (decimal): -3803897 or 521669. OLE color: 521669.
HSL color Cylindrical-coordinate representation of color #C5F507: hue angle of 72.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5F507 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 7 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.04 |
| HSL | 72.1º | 0.94% | 0.49% | - |
| HSV(B) | 72.1º | 0.97% | 0.96% | - |
| XYZ | 55.72 | 77.19 | 12.16 | - |
| YUV | 203.52 | 17.1 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 7 | 0.20 | 0 | 0.97 | 0.04 | 72.1 | 0.94 | 0.49 |
| Hex | C5 | F5 | 7 | 14 | 0 | 61 | 4 | 48 | 5E | 31 |
| Octal | 305 | 365 | 7 | 24 | 0 | 141 | 4 | 110 | 136 | 61 |
| Binary | 11000101 | 11110101 | 111 | 10100 | 0 | 1100001 | 100 | 1001000 | 1011110 | 110001 |
Color Harmonies of #C5F507
Complementary color
Monochromatic Colors of #C5F507
Black with #C5F507
Text Example
Text Example
White with #C5F507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F507; }
p { color: rgb(197,245,7); }
H1.HeaderClassName
{
color: #C5F507;
}
.AnyTagClassName
{
color: #C5F507;
}
</style>
background-color css
<style>
a { background-color: #C5F507; }
a { background-color: rgb(197,245,7); }
div.DivClassName
{
background-color: #C5F507;
}
.BgClassName
{
background-color: #C5F507;
}
</style>
border-color css
<style>
span { border-color: #C5F507; }
span { border-color: rgb(197,245,7); }
td.TdClassName
{
border-color: #C5F507;
}
.TagClassName
{
border-color: #C5F507;
}
</style>