Shades of Lima #74AE2D
Tints of Lima #74AE2D
RGB
CMYK
RGB Variations
Color information
#74AE2D (or 0x74AE2D) is known color: Lima. HEX triplet: 74, AE and 2D. RGB value is (116,174,45). Sum of RGB (Red+Green+Blue) = 116+174+45=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE2D is #8B51D2. Grayscale: #8E8E8E. Windows color (decimal): -9130451 or 2993780. OLE color: 2993780.
HSL color Cylindrical-coordinate representation of color #74AE2D: hue angle of 86.98º 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 #74AE2D is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 45 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.32 |
| HSL | 86.98º | 0.59% | 0.43% | - |
| HSV(B) | 86.98º | 0.74% | 0.68% | - |
| XYZ | 22.81 | 34.17 | 7.88 | - |
| YUV | 141.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 45 | 0.33 | 0 | 0.74 | 0.32 | 86.98 | 0.59 | 0.43 |
| Hex | 74 | AE | 2D | 21 | 0 | 4A | 20 | 57 | 3B | 2B |
| Octal | 164 | 256 | 55 | 41 | 0 | 112 | 40 | 127 | 73 | 53 |
| Binary | 1110100 | 10101110 | 101101 | 100001 | 0 | 1001010 | 100000 | 1010111 | 111011 | 101011 |
Color Harmonies of #74AE2D
Complementary color
Monochromatic Colors of #74AE2D
Black with #74AE2D
Text Example
Text Example
White with #74AE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE2D; }
p { color: rgb(116,174,45); }
H1.HeaderClassName
{
color: #74AE2D;
}
.AnyTagClassName
{
color: #74AE2D;
}
</style>
background-color css
<style>
a { background-color: #74AE2D; }
a { background-color: rgb(116,174,45); }
div.DivClassName
{
background-color: #74AE2D;
}
.BgClassName
{
background-color: #74AE2D;
}
</style>
border-color css
<style>
span { border-color: #74AE2D; }
span { border-color: rgb(116,174,45); }
td.TdClassName
{
border-color: #74AE2D;
}
.TagClassName
{
border-color: #74AE2D;
}
</style>