Shades of Lima #7DAF30
Tints of Lima #7DAF30
RGB
CMYK
RGB Variations
Color information
#7DAF30 (or 0x7DAF30) is known color: Lima. HEX triplet: 7D, AF and 30. RGB value is (125,175,48). Sum of RGB (Red+Green+Blue) = 125+175+48=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAF30 is #8250CF. Grayscale: #929292. Windows color (decimal): -8540368 or 3190653. OLE color: 3190653.
HSL color Cylindrical-coordinate representation of color #7DAF30: hue angle of 83.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DAF30 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 48 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.31 |
| HSL | 83.62º | 0.57% | 0.44% | - |
| HSV(B) | 83.62º | 0.73% | 0.69% | - |
| XYZ | 24.32 | 35.23 | 8.32 | - |
| YUV | 145.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 48 | 0.29 | 0 | 0.73 | 0.31 | 83.62 | 0.57 | 0.44 |
| Hex | 7D | AF | 30 | 1D | 0 | 49 | 1F | 54 | 39 | 2C |
| Octal | 175 | 257 | 60 | 35 | 0 | 111 | 37 | 124 | 71 | 54 |
| Binary | 1111101 | 10101111 | 110000 | 11101 | 0 | 1001001 | 11111 | 1010100 | 111001 | 101100 |
Color Harmonies of #7DAF30
Complementary color
Monochromatic Colors of #7DAF30
Black with #7DAF30
Text Example
Text Example
White with #7DAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF30; }
p { color: rgb(125,175,48); }
H1.HeaderClassName
{
color: #7DAF30;
}
.AnyTagClassName
{
color: #7DAF30;
}
</style>
background-color css
<style>
a { background-color: #7DAF30; }
a { background-color: rgb(125,175,48); }
div.DivClassName
{
background-color: #7DAF30;
}
.BgClassName
{
background-color: #7DAF30;
}
</style>
border-color css
<style>
span { border-color: #7DAF30; }
span { border-color: rgb(125,175,48); }
td.TdClassName
{
border-color: #7DAF30;
}
.TagClassName
{
border-color: #7DAF30;
}
</style>