Shades of Lima #7DB424
Tints of Lima #7DB424
RGB
CMYK
RGB Variations
Color information
#7DB424 (or 0x7DB424) is known color: Lima. HEX triplet: 7D, B4 and 24. RGB value is (125,180,36). Sum of RGB (Red+Green+Blue) = 125+180+36=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB424 is #824BDB. Grayscale: #939393. Windows color (decimal): -8539100 or 2405501. OLE color: 2405501.
HSL color Cylindrical-coordinate representation of color #7DB424: hue angle of 82.92º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DB424 is Cyan = 0.31, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 36 | - |
| CMYK | 0.31 | 0 | 0.8 | 0.29 |
| HSL | 82.92º | 0.67% | 0.42% | - |
| HSV(B) | 82.92º | 0.8% | 0.71% | - |
| XYZ | 25.1 | 37.13 | 7.51 | - |
| YUV | 147.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 36 | 0.31 | 0 | 0.8 | 0.29 | 82.92 | 0.67 | 0.42 |
| Hex | 7D | B4 | 24 | 1F | 0 | 50 | 1D | 53 | 43 | 2A |
| Octal | 175 | 264 | 44 | 37 | 0 | 120 | 35 | 123 | 103 | 52 |
| Binary | 1111101 | 10110100 | 100100 | 11111 | 0 | 1010000 | 11101 | 1010011 | 1000011 | 101010 |
Color Harmonies of #7DB424
Complementary color
Monochromatic Colors of #7DB424
Black with #7DB424
Text Example
Text Example
White with #7DB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB424; }
p { color: rgb(125,180,36); }
H1.HeaderClassName
{
color: #7DB424;
}
.AnyTagClassName
{
color: #7DB424;
}
</style>
background-color css
<style>
a { background-color: #7DB424; }
a { background-color: rgb(125,180,36); }
div.DivClassName
{
background-color: #7DB424;
}
.BgClassName
{
background-color: #7DB424;
}
</style>
border-color css
<style>
span { border-color: #7DB424; }
span { border-color: rgb(125,180,36); }
td.TdClassName
{
border-color: #7DB424;
}
.TagClassName
{
border-color: #7DB424;
}
</style>