Shades of Lima #74AA2F
Tints of Lima #74AA2F
RGB
CMYK
RGB Variations
Color information
#74AA2F (or 0x74AA2F) is known color: Lima. HEX triplet: 74, AA and 2F. RGB value is (116,170,47). Sum of RGB (Red+Green+Blue) = 116+170+47=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA2F is #8B55D0. Grayscale: #8C8C8C. Windows color (decimal): -9131473 or 3123828. OLE color: 3123828.
HSL color Cylindrical-coordinate representation of color #74AA2F: hue angle of 86.34º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74AA2F is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 47 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.33 |
| HSL | 86.34º | 0.57% | 0.43% | - |
| HSV(B) | 86.34º | 0.72% | 0.67% | - |
| XYZ | 22.09 | 32.67 | 7.83 | - |
| YUV | 139.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 47 | 0.32 | 0 | 0.72 | 0.33 | 86.34 | 0.57 | 0.43 |
| Hex | 74 | AA | 2F | 20 | 0 | 48 | 21 | 56 | 39 | 2B |
| Octal | 164 | 252 | 57 | 40 | 0 | 110 | 41 | 126 | 71 | 53 |
| Binary | 1110100 | 10101010 | 101111 | 100000 | 0 | 1001000 | 100001 | 1010110 | 111001 | 101011 |
Color Harmonies of #74AA2F
Complementary color
Monochromatic Colors of #74AA2F
Black with #74AA2F
Text Example
Text Example
White with #74AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA2F; }
p { color: rgb(116,170,47); }
H1.HeaderClassName
{
color: #74AA2F;
}
.AnyTagClassName
{
color: #74AA2F;
}
</style>
background-color css
<style>
a { background-color: #74AA2F; }
a { background-color: rgb(116,170,47); }
div.DivClassName
{
background-color: #74AA2F;
}
.BgClassName
{
background-color: #74AA2F;
}
</style>
border-color css
<style>
span { border-color: #74AA2F; }
span { border-color: rgb(116,170,47); }
td.TdClassName
{
border-color: #74AA2F;
}
.TagClassName
{
border-color: #74AA2F;
}
</style>