Shades of Lima #7DC118
Tints of Lima #7DC118
RGB
CMYK
RGB Variations
Color information
#7DC118 (or 0x7DC118) is known color: Lima. HEX triplet: 7D, C1 and 18. RGB value is (125,193,24). Sum of RGB (Red+Green+Blue) = 125+193+24=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC118 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC118 is #823EE7. Grayscale: #9A9A9A. Windows color (decimal): -8535784 or 1622397. OLE color: 1622397.
HSL color Cylindrical-coordinate representation of color #7DC118: hue angle of 84.14º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC118 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 24 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.24 |
| HSL | 84.14º | 0.78% | 0.43% | - |
| HSV(B) | 84.14º | 0.88% | 0.76% | - |
| XYZ | 27.69 | 42.57 | 7.62 | - |
| YUV | 153.4 | 54.97 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 24 | 0.35 | 0 | 0.88 | 0.24 | 84.14 | 0.78 | 0.43 |
| Hex | 7D | C1 | 18 | 23 | 0 | 58 | 18 | 54 | 4E | 2B |
| Octal | 175 | 301 | 30 | 43 | 0 | 130 | 30 | 124 | 116 | 53 |
| Binary | 1111101 | 11000001 | 11000 | 100011 | 0 | 1011000 | 11000 | 1010100 | 1001110 | 101011 |
Color Harmonies of #7DC118
Complementary color
Monochromatic Colors of #7DC118
Black with #7DC118
Text Example
Text Example
White with #7DC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC118; }
p { color: rgb(125,193,24); }
H1.HeaderClassName
{
color: #7DC118;
}
.AnyTagClassName
{
color: #7DC118;
}
</style>
background-color css
<style>
a { background-color: #7DC118; }
a { background-color: rgb(125,193,24); }
div.DivClassName
{
background-color: #7DC118;
}
.BgClassName
{
background-color: #7DC118;
}
</style>
border-color css
<style>
span { border-color: #7DC118; }
span { border-color: rgb(125,193,24); }
td.TdClassName
{
border-color: #7DC118;
}
.TagClassName
{
border-color: #7DC118;
}
</style>