Shades of Lima #74AD2C
Tints of Lima #74AD2C
RGB
CMYK
RGB Variations
Color information
#74AD2C (or 0x74AD2C) is known color: Lima. HEX triplet: 74, AD and 2C. RGB value is (116,173,44). Sum of RGB (Red+Green+Blue) = 116+173+44=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD2C is #8B52D3. Grayscale: #8D8D8D. Windows color (decimal): -9130708 or 2927988. OLE color: 2927988.
HSL color Cylindrical-coordinate representation of color #74AD2C: hue angle of 86.51º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74AD2C is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 44 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.32 |
| HSL | 86.51º | 0.59% | 0.43% | - |
| HSV(B) | 86.51º | 0.75% | 0.68% | - |
| XYZ | 22.6 | 33.78 | 7.71 | - |
| YUV | 141.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 44 | 0.33 | 0 | 0.75 | 0.32 | 86.51 | 0.59 | 0.43 |
| Hex | 74 | AD | 2C | 21 | 0 | 4B | 20 | 57 | 3B | 2B |
| Octal | 164 | 255 | 54 | 41 | 0 | 113 | 40 | 127 | 73 | 53 |
| Binary | 1110100 | 10101101 | 101100 | 100001 | 0 | 1001011 | 100000 | 1010111 | 111011 | 101011 |
Color Harmonies of #74AD2C
Complementary color
Monochromatic Colors of #74AD2C
Black with #74AD2C
Text Example
Text Example
White with #74AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD2C; }
p { color: rgb(116,173,44); }
H1.HeaderClassName
{
color: #74AD2C;
}
.AnyTagClassName
{
color: #74AD2C;
}
</style>
background-color css
<style>
a { background-color: #74AD2C; }
a { background-color: rgb(116,173,44); }
div.DivClassName
{
background-color: #74AD2C;
}
.BgClassName
{
background-color: #74AD2C;
}
</style>
border-color css
<style>
span { border-color: #74AD2C; }
span { border-color: rgb(116,173,44); }
td.TdClassName
{
border-color: #74AD2C;
}
.TagClassName
{
border-color: #74AD2C;
}
</style>