Shades of Electric Lime #C5F711
Tints of Electric Lime #C5F711
RGB
CMYK
RGB Variations
Color information
#C5F711 (or 0xC5F711) is known color: Electric Lime. HEX triplet: C5, F7 and 11. RGB value is (197,247,17). Sum of RGB (Red+Green+Blue) = 197+247+17=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F711 is #3A08EE. Grayscale: #CECECE. Windows color (decimal): -3803375 or 1177541. OLE color: 1177541.
HSL color Cylindrical-coordinate representation of color #C5F711: hue angle of 73.04º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5F711 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 17 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.03 |
| HSL | 73.04º | 0.93% | 0.52% | - |
| HSV(B) | 73.04º | 0.93% | 0.97% | - |
| XYZ | 56.39 | 78.43 | 12.7 | - |
| YUV | 205.83 | 21.44 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 17 | 0.20 | 0 | 0.93 | 0.03 | 73.04 | 0.93 | 0.52 |
| Hex | C5 | F7 | 11 | 14 | 0 | 5D | 3 | 49 | 5D | 34 |
| Octal | 305 | 367 | 21 | 24 | 0 | 135 | 3 | 111 | 135 | 64 |
| Binary | 11000101 | 11110111 | 10001 | 10100 | 0 | 1011101 | 11 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C5F711
Complementary color
Monochromatic Colors of #C5F711
Black with #C5F711
Text Example
Text Example
White with #C5F711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F711; }
p { color: rgb(197,247,17); }
H1.HeaderClassName
{
color: #C5F711;
}
.AnyTagClassName
{
color: #C5F711;
}
</style>
background-color css
<style>
a { background-color: #C5F711; }
a { background-color: rgb(197,247,17); }
div.DivClassName
{
background-color: #C5F711;
}
.BgClassName
{
background-color: #C5F711;
}
</style>
border-color css
<style>
span { border-color: #C5F711; }
span { border-color: rgb(197,247,17); }
td.TdClassName
{
border-color: #C5F711;
}
.TagClassName
{
border-color: #C5F711;
}
</style>