Shades of Lima #7DAE2F
Tints of Lima #7DAE2F
RGB
CMYK
RGB Variations
Color information
#7DAE2F (or 0x7DAE2F) is known color: Lima. HEX triplet: 7D, AE and 2F. RGB value is (125,174,47). Sum of RGB (Red+Green+Blue) = 125+174+47=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE2F is #8251D0. Grayscale: #919191. Windows color (decimal): -8540625 or 3124861. OLE color: 3124861.
HSL color Cylindrical-coordinate representation of color #7DAE2F: hue angle of 83.15º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DAE2F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 47 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.32 |
| HSL | 83.15º | 0.57% | 0.43% | - |
| HSV(B) | 83.15º | 0.73% | 0.68% | - |
| XYZ | 24.11 | 34.84 | 8.14 | - |
| YUV | 144.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 47 | 0.28 | 0 | 0.73 | 0.32 | 83.15 | 0.57 | 0.43 |
| Hex | 7D | AE | 2F | 1C | 0 | 49 | 20 | 53 | 39 | 2B |
| Octal | 175 | 256 | 57 | 34 | 0 | 111 | 40 | 123 | 71 | 53 |
| Binary | 1111101 | 10101110 | 101111 | 11100 | 0 | 1001001 | 100000 | 1010011 | 111001 | 101011 |
Color Harmonies of #7DAE2F
Complementary color
Monochromatic Colors of #7DAE2F
Black with #7DAE2F
Text Example
Text Example
White with #7DAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE2F; }
p { color: rgb(125,174,47); }
H1.HeaderClassName
{
color: #7DAE2F;
}
.AnyTagClassName
{
color: #7DAE2F;
}
</style>
background-color css
<style>
a { background-color: #7DAE2F; }
a { background-color: rgb(125,174,47); }
div.DivClassName
{
background-color: #7DAE2F;
}
.BgClassName
{
background-color: #7DAE2F;
}
</style>
border-color css
<style>
span { border-color: #7DAE2F; }
span { border-color: rgb(125,174,47); }
td.TdClassName
{
border-color: #7DAE2F;
}
.TagClassName
{
border-color: #7DAE2F;
}
</style>