Shades of Lima #7DB21B
Tints of Lima #7DB21B
RGB
CMYK
RGB Variations
Color information
#7DB21B (or 0x7DB21B) is known color: Lima. HEX triplet: 7D, B2 and 1B. RGB value is (125,178,27). Sum of RGB (Red+Green+Blue) = 125+178+27=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB21B is #824DE4. Grayscale: #919191. Windows color (decimal): -8539621 or 1815165. OLE color: 1815165.
HSL color Cylindrical-coordinate representation of color #7DB21B: hue angle of 81.06º degrees, saturation: 0.74, 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 #7DB21B is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 27 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.30 |
| HSL | 81.06º | 0.74% | 0.4% | - |
| HSV(B) | 81.06º | 0.85% | 0.7% | - |
| XYZ | 24.58 | 36.28 | 6.74 | - |
| YUV | 144.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 27 | 0.30 | 0 | 0.85 | 0.30 | 81.06 | 0.74 | 0.4 |
| Hex | 7D | B2 | 1B | 1E | 0 | 55 | 1E | 51 | 4A | 28 |
| Octal | 175 | 262 | 33 | 36 | 0 | 125 | 36 | 121 | 112 | 50 |
| Binary | 1111101 | 10110010 | 11011 | 11110 | 0 | 1010101 | 11110 | 1010001 | 1001010 | 101000 |
Color Harmonies of #7DB21B
Complementary color
Monochromatic Colors of #7DB21B
Black with #7DB21B
Text Example
Text Example
White with #7DB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB21B; }
p { color: rgb(125,178,27); }
H1.HeaderClassName
{
color: #7DB21B;
}
.AnyTagClassName
{
color: #7DB21B;
}
</style>
background-color css
<style>
a { background-color: #7DB21B; }
a { background-color: rgb(125,178,27); }
div.DivClassName
{
background-color: #7DB21B;
}
.BgClassName
{
background-color: #7DB21B;
}
</style>
border-color css
<style>
span { border-color: #7DB21B; }
span { border-color: rgb(125,178,27); }
td.TdClassName
{
border-color: #7DB21B;
}
.TagClassName
{
border-color: #7DB21B;
}
</style>