Shades of Lima #7DAC1B
Tints of Lima #7DAC1B
RGB
CMYK
RGB Variations
Color information
#7DAC1B (or 0x7DAC1B) is known color: Lima. HEX triplet: 7D, AC and 1B. RGB value is (125,172,27). Sum of RGB (Red+Green+Blue) = 125+172+27=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC1B is #8253E4. Grayscale: #8D8D8D. Windows color (decimal): -8541157 or 1813629. OLE color: 1813629.
HSL color Cylindrical-coordinate representation of color #7DAC1B: hue angle of 79.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DAC1B is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 27 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.33 |
| HSL | 79.45º | 0.73% | 0.39% | - |
| HSV(B) | 79.45º | 0.84% | 0.67% | - |
| XYZ | 23.41 | 33.94 | 6.36 | - |
| YUV | 141.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 27 | 0.27 | 0 | 0.84 | 0.33 | 79.45 | 0.73 | 0.39 |
| Hex | 7D | AC | 1B | 1B | 0 | 54 | 21 | 4F | 49 | 27 |
| Octal | 175 | 254 | 33 | 33 | 0 | 124 | 41 | 117 | 111 | 47 |
| Binary | 1111101 | 10101100 | 11011 | 11011 | 0 | 1010100 | 100001 | 1001111 | 1001001 | 100111 |
Color Harmonies of #7DAC1B
Complementary color
Monochromatic Colors of #7DAC1B
Black with #7DAC1B
Text Example
Text Example
White with #7DAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC1B; }
p { color: rgb(125,172,27); }
H1.HeaderClassName
{
color: #7DAC1B;
}
.AnyTagClassName
{
color: #7DAC1B;
}
</style>
background-color css
<style>
a { background-color: #7DAC1B; }
a { background-color: rgb(125,172,27); }
div.DivClassName
{
background-color: #7DAC1B;
}
.BgClassName
{
background-color: #7DAC1B;
}
</style>
border-color css
<style>
span { border-color: #7DAC1B; }
span { border-color: rgb(125,172,27); }
td.TdClassName
{
border-color: #7DAC1B;
}
.TagClassName
{
border-color: #7DAC1B;
}
</style>