Shades of Lima #7AB628
Tints of Lima #7AB628
RGB
CMYK
RGB Variations
Color information
#7AB628 (or 0x7AB628) is known color: Lima. HEX triplet: 7A, B6 and 28. RGB value is (122,182,40). Sum of RGB (Red+Green+Blue) = 122+182+40=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB628 is #8549D7. Grayscale: #949494. Windows color (decimal): -8735192 or 2668154. OLE color: 2668154.
HSL color Cylindrical-coordinate representation of color #7AB628: hue angle of 85.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AB628 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 40 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.29 |
| HSL | 85.35º | 0.64% | 0.44% | - |
| HSV(B) | 85.35º | 0.78% | 0.71% | - |
| XYZ | 25.14 | 37.75 | 7.97 | - |
| YUV | 147.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 40 | 0.33 | 0 | 0.78 | 0.29 | 85.35 | 0.64 | 0.44 |
| Hex | 7A | B6 | 28 | 21 | 0 | 4E | 1D | 55 | 40 | 2C |
| Octal | 172 | 266 | 50 | 41 | 0 | 116 | 35 | 125 | 100 | 54 |
| Binary | 1111010 | 10110110 | 101000 | 100001 | 0 | 1001110 | 11101 | 1010101 | 1000000 | 101100 |
Color Harmonies of #7AB628
Complementary color
Monochromatic Colors of #7AB628
Black with #7AB628
Text Example
Text Example
White with #7AB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB628; }
p { color: rgb(122,182,40); }
H1.HeaderClassName
{
color: #7AB628;
}
.AnyTagClassName
{
color: #7AB628;
}
</style>
background-color css
<style>
a { background-color: #7AB628; }
a { background-color: rgb(122,182,40); }
div.DivClassName
{
background-color: #7AB628;
}
.BgClassName
{
background-color: #7AB628;
}
</style>
border-color css
<style>
span { border-color: #7AB628; }
span { border-color: rgb(122,182,40); }
td.TdClassName
{
border-color: #7AB628;
}
.TagClassName
{
border-color: #7AB628;
}
</style>