Shades of Lima #7DB21A
Tints of Lima #7DB21A
RGB
CMYK
RGB Variations
Color information
#7DB21A (or 0x7DB21A) is known color: Lima. HEX triplet: 7D, B2 and 1A. RGB value is (125,178,26). Sum of RGB (Red+Green+Blue) = 125+178+26=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB21A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB21A is #824DE5. Grayscale: #919191. Windows color (decimal): -8539622 or 1749629. OLE color: 1749629.
HSL color Cylindrical-coordinate representation of color #7DB21A: hue angle of 80.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DB21A is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 26 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.30 |
| HSL | 80.92º | 0.75% | 0.4% | - |
| HSV(B) | 80.92º | 0.85% | 0.7% | - |
| XYZ | 24.56 | 36.28 | 6.68 | - |
| YUV | 144.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 26 | 0.30 | 0 | 0.85 | 0.30 | 80.92 | 0.75 | 0.4 |
| Hex | 7D | B2 | 1A | 1E | 0 | 55 | 1E | 51 | 4B | 28 |
| Octal | 175 | 262 | 32 | 36 | 0 | 125 | 36 | 121 | 113 | 50 |
| Binary | 1111101 | 10110010 | 11010 | 11110 | 0 | 1010101 | 11110 | 1010001 | 1001011 | 101000 |
Color Harmonies of #7DB21A
Complementary color
Monochromatic Colors of #7DB21A
Black with #7DB21A
Text Example
Text Example
White with #7DB21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB21A; }
p { color: rgb(125,178,26); }
H1.HeaderClassName
{
color: #7DB21A;
}
.AnyTagClassName
{
color: #7DB21A;
}
</style>
background-color css
<style>
a { background-color: #7DB21A; }
a { background-color: rgb(125,178,26); }
div.DivClassName
{
background-color: #7DB21A;
}
.BgClassName
{
background-color: #7DB21A;
}
</style>
border-color css
<style>
span { border-color: #7DB21A; }
span { border-color: rgb(125,178,26); }
td.TdClassName
{
border-color: #7DB21A;
}
.TagClassName
{
border-color: #7DB21A;
}
</style>