Shades of Lima #7DBA1D
Tints of Lima #7DBA1D
RGB
CMYK
RGB Variations
Color information
#7DBA1D (or 0x7DBA1D) is known color: Lima. HEX triplet: 7D, BA and 1D. RGB value is (125,186,29). Sum of RGB (Red+Green+Blue) = 125+186+29=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA1D is #8245E2. Grayscale: #969696. Windows color (decimal): -8537571 or 1948285. OLE color: 1948285.
HSL color Cylindrical-coordinate representation of color #7DBA1D: hue angle of 83.31º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DBA1D is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 29 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.27 |
| HSL | 83.31º | 0.73% | 0.42% | - |
| HSV(B) | 83.31º | 0.84% | 0.73% | - |
| XYZ | 26.24 | 39.57 | 7.42 | - |
| YUV | 149.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 29 | 0.33 | 0 | 0.84 | 0.27 | 83.31 | 0.73 | 0.42 |
| Hex | 7D | BA | 1D | 21 | 0 | 54 | 1B | 53 | 49 | 2A |
| Octal | 175 | 272 | 35 | 41 | 0 | 124 | 33 | 123 | 111 | 52 |
| Binary | 1111101 | 10111010 | 11101 | 100001 | 0 | 1010100 | 11011 | 1010011 | 1001001 | 101010 |
Color Harmonies of #7DBA1D
Complementary color
Monochromatic Colors of #7DBA1D
Black with #7DBA1D
Text Example
Text Example
White with #7DBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA1D; }
p { color: rgb(125,186,29); }
H1.HeaderClassName
{
color: #7DBA1D;
}
.AnyTagClassName
{
color: #7DBA1D;
}
</style>
background-color css
<style>
a { background-color: #7DBA1D; }
a { background-color: rgb(125,186,29); }
div.DivClassName
{
background-color: #7DBA1D;
}
.BgClassName
{
background-color: #7DBA1D;
}
</style>
border-color css
<style>
span { border-color: #7DBA1D; }
span { border-color: rgb(125,186,29); }
td.TdClassName
{
border-color: #7DBA1D;
}
.TagClassName
{
border-color: #7DBA1D;
}
</style>