Shades of Lima #7DB62C
Tints of Lima #7DB62C
RGB
CMYK
RGB Variations
Color information
#7DB62C (or 0x7DB62C) is known color: Lima. HEX triplet: 7D, B6 and 2C. RGB value is (125,182,44). Sum of RGB (Red+Green+Blue) = 125+182+44=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB62C is #8249D3. Grayscale: #959595. Windows color (decimal): -8538580 or 2930301. OLE color: 2930301.
HSL color Cylindrical-coordinate representation of color #7DB62C: hue angle of 84.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DB62C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 44 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.29 |
| HSL | 84.78º | 0.61% | 0.44% | - |
| HSV(B) | 84.78º | 0.76% | 0.71% | - |
| XYZ | 25.64 | 38 | 8.37 | - |
| YUV | 149.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 44 | 0.31 | 0 | 0.76 | 0.29 | 84.78 | 0.61 | 0.44 |
| Hex | 7D | B6 | 2C | 1F | 0 | 4C | 1D | 55 | 3D | 2C |
| Octal | 175 | 266 | 54 | 37 | 0 | 114 | 35 | 125 | 75 | 54 |
| Binary | 1111101 | 10110110 | 101100 | 11111 | 0 | 1001100 | 11101 | 1010101 | 111101 | 101100 |
Color Harmonies of #7DB62C
Complementary color
Monochromatic Colors of #7DB62C
Black with #7DB62C
Text Example
Text Example
White with #7DB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB62C; }
p { color: rgb(125,182,44); }
H1.HeaderClassName
{
color: #7DB62C;
}
.AnyTagClassName
{
color: #7DB62C;
}
</style>
background-color css
<style>
a { background-color: #7DB62C; }
a { background-color: rgb(125,182,44); }
div.DivClassName
{
background-color: #7DB62C;
}
.BgClassName
{
background-color: #7DB62C;
}
</style>
border-color css
<style>
span { border-color: #7DB62C; }
span { border-color: rgb(125,182,44); }
td.TdClassName
{
border-color: #7DB62C;
}
.TagClassName
{
border-color: #7DB62C;
}
</style>