Shades of Electric Lime #C5F712
Tints of Electric Lime #C5F712
RGB
CMYK
RGB Variations
Color information
#C5F712 (or 0xC5F712) is known color: Electric Lime. HEX triplet: C5, F7 and 12. RGB value is (197,247,18). Sum of RGB (Red+Green+Blue) = 197+247+18=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 247 (96.88% from 255 or 53.46% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F712 is #3A08ED. Grayscale: #CECECE. Windows color (decimal): -3803374 or 1243077. OLE color: 1243077.
HSL color Cylindrical-coordinate representation of color #C5F712: hue angle of 73.1º 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 #C5F712 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 18 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.03 |
| HSL | 73.1º | 0.93% | 0.52% | - |
| HSV(B) | 73.1º | 0.93% | 0.97% | - |
| XYZ | 56.4 | 78.44 | 12.74 | - |
| YUV | 205.94 | 21.94 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 18 | 0.20 | 0 | 0.93 | 0.03 | 73.1 | 0.93 | 0.52 |
| Hex | C5 | F7 | 12 | 14 | 0 | 5D | 3 | 49 | 5D | 34 |
| Octal | 305 | 367 | 22 | 24 | 0 | 135 | 3 | 111 | 135 | 64 |
| Binary | 11000101 | 11110111 | 10010 | 10100 | 0 | 1011101 | 11 | 1001001 | 1011101 | 110100 |
Color Harmonies of #C5F712
Complementary color
Monochromatic Colors of #C5F712
Black with #C5F712
Text Example
Text Example
White with #C5F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F712; }
p { color: rgb(197,247,18); }
H1.HeaderClassName
{
color: #C5F712;
}
.AnyTagClassName
{
color: #C5F712;
}
</style>
background-color css
<style>
a { background-color: #C5F712; }
a { background-color: rgb(197,247,18); }
div.DivClassName
{
background-color: #C5F712;
}
.BgClassName
{
background-color: #C5F712;
}
</style>
border-color css
<style>
span { border-color: #C5F712; }
span { border-color: rgb(197,247,18); }
td.TdClassName
{
border-color: #C5F712;
}
.TagClassName
{
border-color: #C5F712;
}
</style>