Shades of Lima #74AA2B
Tints of Lima #74AA2B
RGB
CMYK
RGB Variations
Color information
#74AA2B (or 0x74AA2B) is known color: Lima. HEX triplet: 74, AA and 2B. RGB value is (116,170,43). Sum of RGB (Red+Green+Blue) = 116+170+43=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA2B is #8B55D4. Grayscale: #8B8B8B. Windows color (decimal): -9131477 or 2861684. OLE color: 2861684.
HSL color Cylindrical-coordinate representation of color #74AA2B: hue angle of 85.51º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74AA2B is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 43 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.33 |
| HSL | 85.51º | 0.6% | 0.42% | - |
| HSV(B) | 85.51º | 0.75% | 0.67% | - |
| XYZ | 22.01 | 32.64 | 7.42 | - |
| YUV | 139.38 | 73.61 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 43 | 0.32 | 0 | 0.75 | 0.33 | 85.51 | 0.6 | 0.42 |
| Hex | 74 | AA | 2B | 20 | 0 | 4B | 21 | 56 | 3C | 2A |
| Octal | 164 | 252 | 53 | 40 | 0 | 113 | 41 | 126 | 74 | 52 |
| Binary | 1110100 | 10101010 | 101011 | 100000 | 0 | 1001011 | 100001 | 1010110 | 111100 | 101010 |
Color Harmonies of #74AA2B
Complementary color
Monochromatic Colors of #74AA2B
Black with #74AA2B
Text Example
Text Example
White with #74AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA2B; }
p { color: rgb(116,170,43); }
H1.HeaderClassName
{
color: #74AA2B;
}
.AnyTagClassName
{
color: #74AA2B;
}
</style>
background-color css
<style>
a { background-color: #74AA2B; }
a { background-color: rgb(116,170,43); }
div.DivClassName
{
background-color: #74AA2B;
}
.BgClassName
{
background-color: #74AA2B;
}
</style>
border-color css
<style>
span { border-color: #74AA2B; }
span { border-color: rgb(116,170,43); }
td.TdClassName
{
border-color: #74AA2B;
}
.TagClassName
{
border-color: #74AA2B;
}
</style>