Shades of Lima #74AC2F
Tints of Lima #74AC2F
RGB
CMYK
RGB Variations
Color information
#74AC2F (or 0x74AC2F) is known color: Lima. HEX triplet: 74, AC and 2F. RGB value is (116,172,47). Sum of RGB (Red+Green+Blue) = 116+172+47=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC2F is #8B53D0. Grayscale: #8D8D8D. Windows color (decimal): -9130961 or 3124340. OLE color: 3124340.
HSL color Cylindrical-coordinate representation of color #74AC2F: hue angle of 86.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74AC2F is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 47 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.33 |
| HSL | 86.88º | 0.57% | 0.43% | - |
| HSV(B) | 86.88º | 0.73% | 0.67% | - |
| XYZ | 22.47 | 33.42 | 7.96 | - |
| YUV | 141.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 47 | 0.33 | 0 | 0.73 | 0.33 | 86.88 | 0.57 | 0.43 |
| Hex | 74 | AC | 2F | 21 | 0 | 49 | 21 | 57 | 39 | 2B |
| Octal | 164 | 254 | 57 | 41 | 0 | 111 | 41 | 127 | 71 | 53 |
| Binary | 1110100 | 10101100 | 101111 | 100001 | 0 | 1001001 | 100001 | 1010111 | 111001 | 101011 |
Color Harmonies of #74AC2F
Complementary color
Monochromatic Colors of #74AC2F
Black with #74AC2F
Text Example
Text Example
White with #74AC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC2F; }
p { color: rgb(116,172,47); }
H1.HeaderClassName
{
color: #74AC2F;
}
.AnyTagClassName
{
color: #74AC2F;
}
</style>
background-color css
<style>
a { background-color: #74AC2F; }
a { background-color: rgb(116,172,47); }
div.DivClassName
{
background-color: #74AC2F;
}
.BgClassName
{
background-color: #74AC2F;
}
</style>
border-color css
<style>
span { border-color: #74AC2F; }
span { border-color: rgb(116,172,47); }
td.TdClassName
{
border-color: #74AC2F;
}
.TagClassName
{
border-color: #74AC2F;
}
</style>