Shades of Lima #74AE31
Tints of Lima #74AE31
RGB
CMYK
RGB Variations
Color information
#74AE31 (or 0x74AE31) is known color: Lima. HEX triplet: 74, AE and 31. RGB value is (116,174,49). Sum of RGB (Red+Green+Blue) = 116+174+49=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE31 is #8B51CE. Grayscale: #8E8E8E. Windows color (decimal): -9130447 or 3255924. OLE color: 3255924.
HSL color Cylindrical-coordinate representation of color #74AE31: hue angle of 87.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74AE31 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 49 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.32 |
| HSL | 87.84º | 0.56% | 0.44% | - |
| HSV(B) | 87.84º | 0.72% | 0.68% | - |
| XYZ | 22.89 | 34.21 | 8.3 | - |
| YUV | 142.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 49 | 0.33 | 0 | 0.72 | 0.32 | 87.84 | 0.56 | 0.44 |
| Hex | 74 | AE | 31 | 21 | 0 | 48 | 20 | 58 | 38 | 2C |
| Octal | 164 | 256 | 61 | 41 | 0 | 110 | 40 | 130 | 70 | 54 |
| Binary | 1110100 | 10101110 | 110001 | 100001 | 0 | 1001000 | 100000 | 1011000 | 111000 | 101100 |
Color Harmonies of #74AE31
Complementary color
Monochromatic Colors of #74AE31
Black with #74AE31
Text Example
Text Example
White with #74AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE31; }
p { color: rgb(116,174,49); }
H1.HeaderClassName
{
color: #74AE31;
}
.AnyTagClassName
{
color: #74AE31;
}
</style>
background-color css
<style>
a { background-color: #74AE31; }
a { background-color: rgb(116,174,49); }
div.DivClassName
{
background-color: #74AE31;
}
.BgClassName
{
background-color: #74AE31;
}
</style>
border-color css
<style>
span { border-color: #74AE31; }
span { border-color: rgb(116,174,49); }
td.TdClassName
{
border-color: #74AE31;
}
.TagClassName
{
border-color: #74AE31;
}
</style>