Shades of Lima #74AB2E
Tints of Lima #74AB2E
RGB
CMYK
RGB Variations
Color information
#74AB2E (or 0x74AB2E) is known color: Lima. HEX triplet: 74, AB and 2E. RGB value is (116,171,46). Sum of RGB (Red+Green+Blue) = 116+171+46=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB2E is #8B54D1. Grayscale: #8C8C8C. Windows color (decimal): -9131218 or 3058548. OLE color: 3058548.
HSL color Cylindrical-coordinate representation of color #74AB2E: hue angle of 86.4º degrees, saturation: 0.58, 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 #74AB2E is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 46 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.33 |
| HSL | 86.4º | 0.58% | 0.43% | - |
| HSV(B) | 86.4º | 0.73% | 0.67% | - |
| XYZ | 22.26 | 33.04 | 7.79 | - |
| YUV | 140.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 46 | 0.32 | 0 | 0.73 | 0.33 | 86.4 | 0.58 | 0.43 |
| Hex | 74 | AB | 2E | 20 | 0 | 49 | 21 | 56 | 3A | 2B |
| Octal | 164 | 253 | 56 | 40 | 0 | 111 | 41 | 126 | 72 | 53 |
| Binary | 1110100 | 10101011 | 101110 | 100000 | 0 | 1001001 | 100001 | 1010110 | 111010 | 101011 |
Color Harmonies of #74AB2E
Complementary color
Monochromatic Colors of #74AB2E
Black with #74AB2E
Text Example
Text Example
White with #74AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB2E; }
p { color: rgb(116,171,46); }
H1.HeaderClassName
{
color: #74AB2E;
}
.AnyTagClassName
{
color: #74AB2E;
}
</style>
background-color css
<style>
a { background-color: #74AB2E; }
a { background-color: rgb(116,171,46); }
div.DivClassName
{
background-color: #74AB2E;
}
.BgClassName
{
background-color: #74AB2E;
}
</style>
border-color css
<style>
span { border-color: #74AB2E; }
span { border-color: rgb(116,171,46); }
td.TdClassName
{
border-color: #74AB2E;
}
.TagClassName
{
border-color: #74AB2E;
}
</style>