Shades of Lima #74AC32
Tints of Lima #74AC32
RGB
CMYK
RGB Variations
Color information
#74AC32 (or 0x74AC32) is known color: Lima. HEX triplet: 74, AC and 32. RGB value is (116,172,50). Sum of RGB (Red+Green+Blue) = 116+172+50=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC32 is #8B53CD. Grayscale: #8D8D8D. Windows color (decimal): -9130958 or 3320948. OLE color: 3320948.
HSL color Cylindrical-coordinate representation of color #74AC32: hue angle of 87.54º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74AC32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 50 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.33 |
| HSL | 87.54º | 0.55% | 0.44% | - |
| HSV(B) | 87.54º | 0.71% | 0.67% | - |
| XYZ | 22.53 | 33.45 | 8.29 | - |
| YUV | 141.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 50 | 0.33 | 0 | 0.71 | 0.33 | 87.54 | 0.55 | 0.44 |
| Hex | 74 | AC | 32 | 21 | 0 | 47 | 21 | 58 | 37 | 2C |
| Octal | 164 | 254 | 62 | 41 | 0 | 107 | 41 | 130 | 67 | 54 |
| Binary | 1110100 | 10101100 | 110010 | 100001 | 0 | 1000111 | 100001 | 1011000 | 110111 | 101100 |
Color Harmonies of #74AC32
Complementary color
Monochromatic Colors of #74AC32
Black with #74AC32
Text Example
Text Example
White with #74AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC32; }
p { color: rgb(116,172,50); }
H1.HeaderClassName
{
color: #74AC32;
}
.AnyTagClassName
{
color: #74AC32;
}
</style>
background-color css
<style>
a { background-color: #74AC32; }
a { background-color: rgb(116,172,50); }
div.DivClassName
{
background-color: #74AC32;
}
.BgClassName
{
background-color: #74AC32;
}
</style>
border-color css
<style>
span { border-color: #74AC32; }
span { border-color: rgb(116,172,50); }
td.TdClassName
{
border-color: #74AC32;
}
.TagClassName
{
border-color: #74AC32;
}
</style>