Shades of Lima #7DB01D
Tints of Lima #7DB01D
RGB
CMYK
RGB Variations
Color information
#7DB01D (or 0x7DB01D) is known color: Lima. HEX triplet: 7D, B0 and 1D. RGB value is (125,176,29). Sum of RGB (Red+Green+Blue) = 125+176+29=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB01D is #824FE2. Grayscale: #909090. Windows color (decimal): -8540131 or 1945725. OLE color: 1945725.
HSL color Cylindrical-coordinate representation of color #7DB01D: hue angle of 80.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DB01D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 29 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.31 |
| HSL | 80.82º | 0.72% | 0.4% | - |
| HSV(B) | 80.82º | 0.84% | 0.69% | - |
| XYZ | 24.2 | 35.5 | 6.74 | - |
| YUV | 143.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 29 | 0.29 | 0 | 0.84 | 0.31 | 80.82 | 0.72 | 0.4 |
| Hex | 7D | B0 | 1D | 1D | 0 | 54 | 1F | 51 | 48 | 28 |
| Octal | 175 | 260 | 35 | 35 | 0 | 124 | 37 | 121 | 110 | 50 |
| Binary | 1111101 | 10110000 | 11101 | 11101 | 0 | 1010100 | 11111 | 1010001 | 1001000 | 101000 |
Color Harmonies of #7DB01D
Complementary color
Monochromatic Colors of #7DB01D
Black with #7DB01D
Text Example
Text Example
White with #7DB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB01D; }
p { color: rgb(125,176,29); }
H1.HeaderClassName
{
color: #7DB01D;
}
.AnyTagClassName
{
color: #7DB01D;
}
</style>
background-color css
<style>
a { background-color: #7DB01D; }
a { background-color: rgb(125,176,29); }
div.DivClassName
{
background-color: #7DB01D;
}
.BgClassName
{
background-color: #7DB01D;
}
</style>
border-color css
<style>
span { border-color: #7DB01D; }
span { border-color: rgb(125,176,29); }
td.TdClassName
{
border-color: #7DB01D;
}
.TagClassName
{
border-color: #7DB01D;
}
</style>