Shades of Electric Lime #C5F410
Tints of Electric Lime #C5F410
RGB
CMYK
RGB Variations
Color information
#C5F410 (or 0xC5F410) is known color: Electric Lime. HEX triplet: C5, F4 and 10. RGB value is (197,244,16). Sum of RGB (Red+Green+Blue) = 197+244+16=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F410 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F410 is #3A0BEF. Grayscale: #CCCCCC. Windows color (decimal): -3804144 or 1111237. OLE color: 1111237.
HSL color Cylindrical-coordinate representation of color #C5F410: hue angle of 72.37º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5F410 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 16 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.04 |
| HSL | 72.37º | 0.91% | 0.51% | - |
| HSV(B) | 72.37º | 0.93% | 0.96% | - |
| XYZ | 55.47 | 76.61 | 12.35 | - |
| YUV | 203.96 | 21.93 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 16 | 0.19 | 0 | 0.93 | 0.04 | 72.37 | 0.91 | 0.51 |
| Hex | C5 | F4 | 10 | 13 | 0 | 5D | 4 | 48 | 5B | 33 |
| Octal | 305 | 364 | 20 | 23 | 0 | 135 | 4 | 110 | 133 | 63 |
| Binary | 11000101 | 11110100 | 10000 | 10011 | 0 | 1011101 | 100 | 1001000 | 1011011 | 110011 |
Color Harmonies of #C5F410
Complementary color
Monochromatic Colors of #C5F410
Black with #C5F410
Text Example
Text Example
White with #C5F410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F410; }
p { color: rgb(197,244,16); }
H1.HeaderClassName
{
color: #C5F410;
}
.AnyTagClassName
{
color: #C5F410;
}
</style>
background-color css
<style>
a { background-color: #C5F410; }
a { background-color: rgb(197,244,16); }
div.DivClassName
{
background-color: #C5F410;
}
.BgClassName
{
background-color: #C5F410;
}
</style>
border-color css
<style>
span { border-color: #C5F410; }
span { border-color: rgb(197,244,16); }
td.TdClassName
{
border-color: #C5F410;
}
.TagClassName
{
border-color: #C5F410;
}
</style>