Shades of Electric Lime #C5F112
Tints of Electric Lime #C5F112
RGB
CMYK
RGB Variations
Color information
#C5F112 (or 0xC5F112) is known color: Electric Lime. HEX triplet: C5, F1 and 12. RGB value is (197,241,18). Sum of RGB (Red+Green+Blue) = 197+241+18=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F112 is #3A0EED. Grayscale: #CBCBCB. Windows color (decimal): -3804910 or 1241541. OLE color: 1241541.
HSL color Cylindrical-coordinate representation of color #C5F112: hue angle of 71.84º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5F112 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 18 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.05 |
| HSL | 71.84º | 0.89% | 0.51% | - |
| HSV(B) | 71.84º | 0.93% | 0.95% | - |
| XYZ | 54.59 | 74.82 | 12.14 | - |
| YUV | 202.42 | 23.92 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 18 | 0.18 | 0 | 0.93 | 0.05 | 71.84 | 0.89 | 0.51 |
| Hex | C5 | F1 | 12 | 12 | 0 | 5D | 5 | 48 | 59 | 33 |
| Octal | 305 | 361 | 22 | 22 | 0 | 135 | 5 | 110 | 131 | 63 |
| Binary | 11000101 | 11110001 | 10010 | 10010 | 0 | 1011101 | 101 | 1001000 | 1011001 | 110011 |
Color Harmonies of #C5F112
Complementary color
Monochromatic Colors of #C5F112
Black with #C5F112
Text Example
Text Example
White with #C5F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F112; }
p { color: rgb(197,241,18); }
H1.HeaderClassName
{
color: #C5F112;
}
.AnyTagClassName
{
color: #C5F112;
}
</style>
background-color css
<style>
a { background-color: #C5F112; }
a { background-color: rgb(197,241,18); }
div.DivClassName
{
background-color: #C5F112;
}
.BgClassName
{
background-color: #C5F112;
}
</style>
border-color css
<style>
span { border-color: #C5F112; }
span { border-color: rgb(197,241,18); }
td.TdClassName
{
border-color: #C5F112;
}
.TagClassName
{
border-color: #C5F112;
}
</style>