Shades of Lima #7DAB27
Tints of Lima #7DAB27
RGB
CMYK
RGB Variations
Color information
#7DAB27 (or 0x7DAB27) is known color: Lima. HEX triplet: 7D, AB and 27. RGB value is (125,171,39). Sum of RGB (Red+Green+Blue) = 125+171+39=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB27 is #8254D8. Grayscale: #8E8E8E. Windows color (decimal): -8541401 or 2599805. OLE color: 2599805.
HSL color Cylindrical-coordinate representation of color #7DAB27: hue angle of 80.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DAB27 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 39 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.33 |
| HSL | 80.91º | 0.63% | 0.41% | - |
| HSV(B) | 80.91º | 0.77% | 0.67% | - |
| XYZ | 23.39 | 33.63 | 7.18 | - |
| YUV | 142.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 39 | 0.27 | 0 | 0.77 | 0.33 | 80.91 | 0.63 | 0.41 |
| Hex | 7D | AB | 27 | 1B | 0 | 4D | 21 | 51 | 3F | 29 |
| Octal | 175 | 253 | 47 | 33 | 0 | 115 | 41 | 121 | 77 | 51 |
| Binary | 1111101 | 10101011 | 100111 | 11011 | 0 | 1001101 | 100001 | 1010001 | 111111 | 101001 |
Color Harmonies of #7DAB27
Complementary color
Monochromatic Colors of #7DAB27
Black with #7DAB27
Text Example
Text Example
White with #7DAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB27; }
p { color: rgb(125,171,39); }
H1.HeaderClassName
{
color: #7DAB27;
}
.AnyTagClassName
{
color: #7DAB27;
}
</style>
background-color css
<style>
a { background-color: #7DAB27; }
a { background-color: rgb(125,171,39); }
div.DivClassName
{
background-color: #7DAB27;
}
.BgClassName
{
background-color: #7DAB27;
}
</style>
border-color css
<style>
span { border-color: #7DAB27; }
span { border-color: rgb(125,171,39); }
td.TdClassName
{
border-color: #7DAB27;
}
.TagClassName
{
border-color: #7DAB27;
}
</style>