Shades of Electric Lime #C5F60D
Tints of Electric Lime #C5F60D
RGB
CMYK
RGB Variations
Color information
#C5F60D (or 0xC5F60D) is known color: Electric Lime. HEX triplet: C5, F6 and 0D. RGB value is (197,246,13). Sum of RGB (Red+Green+Blue) = 197+246+13=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F60D is #3A09F2. Grayscale: #CDCDCD. Windows color (decimal): -3803635 or 915141. OLE color: 915141.
HSL color Cylindrical-coordinate representation of color #C5F60D: hue angle of 72.62º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5F60D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 13 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.04 |
| HSL | 72.62º | 0.93% | 0.51% | - |
| HSV(B) | 72.62º | 0.95% | 0.96% | - |
| XYZ | 56.05 | 77.81 | 12.45 | - |
| YUV | 204.79 | 19.77 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 13 | 0.20 | 0 | 0.95 | 0.04 | 72.62 | 0.93 | 0.51 |
| Hex | C5 | F6 | D | 14 | 0 | 5F | 4 | 49 | 5D | 33 |
| Octal | 305 | 366 | 15 | 24 | 0 | 137 | 4 | 111 | 135 | 63 |
| Binary | 11000101 | 11110110 | 1101 | 10100 | 0 | 1011111 | 100 | 1001001 | 1011101 | 110011 |
Color Harmonies of #C5F60D
Complementary color
Monochromatic Colors of #C5F60D
Black with #C5F60D
Text Example
Text Example
White with #C5F60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F60D; }
p { color: rgb(197,246,13); }
H1.HeaderClassName
{
color: #C5F60D;
}
.AnyTagClassName
{
color: #C5F60D;
}
</style>
background-color css
<style>
a { background-color: #C5F60D; }
a { background-color: rgb(197,246,13); }
div.DivClassName
{
background-color: #C5F60D;
}
.BgClassName
{
background-color: #C5F60D;
}
</style>
border-color css
<style>
span { border-color: #C5F60D; }
span { border-color: rgb(197,246,13); }
td.TdClassName
{
border-color: #C5F60D;
}
.TagClassName
{
border-color: #C5F60D;
}
</style>