Shades of Lima #7DBA2F
Tints of Lima #7DBA2F
RGB
CMYK
RGB Variations
Color information
#7DBA2F (or 0x7DBA2F) is known color: Lima. HEX triplet: 7D, BA and 2F. RGB value is (125,186,47). Sum of RGB (Red+Green+Blue) = 125+186+47=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA2F is #8245D0. Grayscale: #989898. Windows color (decimal): -8537553 or 3127933. OLE color: 3127933.
HSL color Cylindrical-coordinate representation of color #7DBA2F: hue angle of 86.33º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DBA2F is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 47 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.27 |
| HSL | 86.33º | 0.6% | 0.46% | - |
| HSV(B) | 86.33º | 0.75% | 0.73% | - |
| XYZ | 26.53 | 39.68 | 8.95 | - |
| YUV | 151.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 47 | 0.33 | 0 | 0.75 | 0.27 | 86.33 | 0.6 | 0.46 |
| Hex | 7D | BA | 2F | 21 | 0 | 4B | 1B | 56 | 3C | 2E |
| Octal | 175 | 272 | 57 | 41 | 0 | 113 | 33 | 126 | 74 | 56 |
| Binary | 1111101 | 10111010 | 101111 | 100001 | 0 | 1001011 | 11011 | 1010110 | 111100 | 101110 |
Color Harmonies of #7DBA2F
Complementary color
Monochromatic Colors of #7DBA2F
Black with #7DBA2F
Text Example
Text Example
White with #7DBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA2F; }
p { color: rgb(125,186,47); }
H1.HeaderClassName
{
color: #7DBA2F;
}
.AnyTagClassName
{
color: #7DBA2F;
}
</style>
background-color css
<style>
a { background-color: #7DBA2F; }
a { background-color: rgb(125,186,47); }
div.DivClassName
{
background-color: #7DBA2F;
}
.BgClassName
{
background-color: #7DBA2F;
}
</style>
border-color css
<style>
span { border-color: #7DBA2F; }
span { border-color: rgb(125,186,47); }
td.TdClassName
{
border-color: #7DBA2F;
}
.TagClassName
{
border-color: #7DBA2F;
}
</style>