Shades of Lima #7DC61D
Tints of Lima #7DC61D
RGB
CMYK
RGB Variations
Color information
#7DC61D (or 0x7DC61D) is known color: Lima. HEX triplet: 7D, C6 and 1D. RGB value is (125,198,29). Sum of RGB (Red+Green+Blue) = 125+198+29=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC61D is #8239E2. Grayscale: #9D9D9D. Windows color (decimal): -8534499 or 1951357. OLE color: 1951357.
HSL color Cylindrical-coordinate representation of color #7DC61D: hue angle of 85.92º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DC61D is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 29 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.22 |
| HSL | 85.92º | 0.74% | 0.45% | - |
| HSV(B) | 85.92º | 0.85% | 0.78% | - |
| XYZ | 28.87 | 44.84 | 8.29 | - |
| YUV | 156.91 | 55.82 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 29 | 0.37 | 0 | 0.85 | 0.22 | 85.92 | 0.74 | 0.45 |
| Hex | 7D | C6 | 1D | 25 | 0 | 55 | 16 | 56 | 4A | 2D |
| Octal | 175 | 306 | 35 | 45 | 0 | 125 | 26 | 126 | 112 | 55 |
| Binary | 1111101 | 11000110 | 11101 | 100101 | 0 | 1010101 | 10110 | 1010110 | 1001010 | 101101 |
Color Harmonies of #7DC61D
Complementary color
Monochromatic Colors of #7DC61D
Black with #7DC61D
Text Example
Text Example
White with #7DC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC61D; }
p { color: rgb(125,198,29); }
H1.HeaderClassName
{
color: #7DC61D;
}
.AnyTagClassName
{
color: #7DC61D;
}
</style>
background-color css
<style>
a { background-color: #7DC61D; }
a { background-color: rgb(125,198,29); }
div.DivClassName
{
background-color: #7DC61D;
}
.BgClassName
{
background-color: #7DC61D;
}
</style>
border-color css
<style>
span { border-color: #7DC61D; }
span { border-color: rgb(125,198,29); }
td.TdClassName
{
border-color: #7DC61D;
}
.TagClassName
{
border-color: #7DC61D;
}
</style>