Shades of Lima #74AD32
Tints of Lima #74AD32
RGB
CMYK
RGB Variations
Color information
#74AD32 (or 0x74AD32) is known color: Lima. HEX triplet: 74, AD and 32. RGB value is (116,173,50). Sum of RGB (Red+Green+Blue) = 116+173+50=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD32 is #8B52CD. Grayscale: #8E8E8E. Windows color (decimal): -9130702 or 3321204. OLE color: 3321204.
HSL color Cylindrical-coordinate representation of color #74AD32: hue angle of 87.8º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74AD32 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 50 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.32 |
| HSL | 87.8º | 0.55% | 0.44% | - |
| HSV(B) | 87.8º | 0.71% | 0.68% | - |
| XYZ | 22.72 | 33.83 | 8.35 | - |
| YUV | 141.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 50 | 0.33 | 0 | 0.71 | 0.32 | 87.8 | 0.55 | 0.44 |
| Hex | 74 | AD | 32 | 21 | 0 | 47 | 20 | 58 | 37 | 2C |
| Octal | 164 | 255 | 62 | 41 | 0 | 107 | 40 | 130 | 67 | 54 |
| Binary | 1110100 | 10101101 | 110010 | 100001 | 0 | 1000111 | 100000 | 1011000 | 110111 | 101100 |
Color Harmonies of #74AD32
Complementary color
Monochromatic Colors of #74AD32
Black with #74AD32
Text Example
Text Example
White with #74AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD32; }
p { color: rgb(116,173,50); }
H1.HeaderClassName
{
color: #74AD32;
}
.AnyTagClassName
{
color: #74AD32;
}
</style>
background-color css
<style>
a { background-color: #74AD32; }
a { background-color: rgb(116,173,50); }
div.DivClassName
{
background-color: #74AD32;
}
.BgClassName
{
background-color: #74AD32;
}
</style>
border-color css
<style>
span { border-color: #74AD32; }
span { border-color: rgb(116,173,50); }
td.TdClassName
{
border-color: #74AD32;
}
.TagClassName
{
border-color: #74AD32;
}
</style>