Shades of Lima #74AD2D
Tints of Lima #74AD2D
RGB
CMYK
RGB Variations
Color information
#74AD2D (or 0x74AD2D) is known color: Lima. HEX triplet: 74, AD and 2D. RGB value is (116,173,45). Sum of RGB (Red+Green+Blue) = 116+173+45=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD2D is #8B52D2. Grayscale: #8D8D8D. Windows color (decimal): -9130707 or 2993524. OLE color: 2993524.
HSL color Cylindrical-coordinate representation of color #74AD2D: hue angle of 86.72º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74AD2D is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 45 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.32 |
| HSL | 86.72º | 0.59% | 0.43% | - |
| HSV(B) | 86.72º | 0.74% | 0.68% | - |
| XYZ | 22.62 | 33.79 | 7.81 | - |
| YUV | 141.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 45 | 0.33 | 0 | 0.74 | 0.32 | 86.72 | 0.59 | 0.43 |
| Hex | 74 | AD | 2D | 21 | 0 | 4A | 20 | 57 | 3B | 2B |
| Octal | 164 | 255 | 55 | 41 | 0 | 112 | 40 | 127 | 73 | 53 |
| Binary | 1110100 | 10101101 | 101101 | 100001 | 0 | 1001010 | 100000 | 1010111 | 111011 | 101011 |
Color Harmonies of #74AD2D
Complementary color
Monochromatic Colors of #74AD2D
Black with #74AD2D
Text Example
Text Example
White with #74AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD2D; }
p { color: rgb(116,173,45); }
H1.HeaderClassName
{
color: #74AD2D;
}
.AnyTagClassName
{
color: #74AD2D;
}
</style>
background-color css
<style>
a { background-color: #74AD2D; }
a { background-color: rgb(116,173,45); }
div.DivClassName
{
background-color: #74AD2D;
}
.BgClassName
{
background-color: #74AD2D;
}
</style>
border-color css
<style>
span { border-color: #74AD2D; }
span { border-color: rgb(116,173,45); }
td.TdClassName
{
border-color: #74AD2D;
}
.TagClassName
{
border-color: #74AD2D;
}
</style>