Shades of Electric Lime #C5F70D
Tints of Electric Lime #C5F70D
RGB
CMYK
RGB Variations
Color information
#C5F70D (or 0xC5F70D) is known color: Electric Lime. HEX triplet: C5, F7 and 0D. RGB value is (197,247,13). Sum of RGB (Red+Green+Blue) = 197+247+13=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F70D is #3A08F2. Grayscale: #CECECE. Windows color (decimal): -3803379 or 915397. OLE color: 915397.
HSL color Cylindrical-coordinate representation of color #C5F70D: hue angle of 72.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5F70D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 13 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.03 |
| HSL | 72.82º | 0.94% | 0.51% | - |
| HSV(B) | 72.82º | 0.95% | 0.97% | - |
| XYZ | 56.36 | 78.42 | 12.55 | - |
| YUV | 205.37 | 19.44 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 13 | 0.20 | 0 | 0.95 | 0.03 | 72.82 | 0.94 | 0.51 |
| Hex | C5 | F7 | D | 14 | 0 | 5F | 3 | 49 | 5E | 33 |
| Octal | 305 | 367 | 15 | 24 | 0 | 137 | 3 | 111 | 136 | 63 |
| Binary | 11000101 | 11110111 | 1101 | 10100 | 0 | 1011111 | 11 | 1001001 | 1011110 | 110011 |
Color Harmonies of #C5F70D
Complementary color
Monochromatic Colors of #C5F70D
Black with #C5F70D
Text Example
Text Example
White with #C5F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F70D; }
p { color: rgb(197,247,13); }
H1.HeaderClassName
{
color: #C5F70D;
}
.AnyTagClassName
{
color: #C5F70D;
}
</style>
background-color css
<style>
a { background-color: #C5F70D; }
a { background-color: rgb(197,247,13); }
div.DivClassName
{
background-color: #C5F70D;
}
.BgClassName
{
background-color: #C5F70D;
}
</style>
border-color css
<style>
span { border-color: #C5F70D; }
span { border-color: rgb(197,247,13); }
td.TdClassName
{
border-color: #C5F70D;
}
.TagClassName
{
border-color: #C5F70D;
}
</style>