Shades of Lima #74B731
Tints of Lima #74B731
RGB
CMYK
RGB Variations
Color information
#74B731 (or 0x74B731) is known color: Lima. HEX triplet: 74, B7 and 31. RGB value is (116,183,49). Sum of RGB (Red+Green+Blue) = 116+183+49=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #74B731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B731 is #8B48CE. Grayscale: #949494. Windows color (decimal): -9128143 or 3258228. OLE color: 3258228.
HSL color Cylindrical-coordinate representation of color #74B731: hue angle of 90º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74B731 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 49 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.28 |
| HSL | 90º | 0.58% | 0.45% | - |
| HSV(B) | 90º | 0.73% | 0.72% | - |
| XYZ | 24.69 | 37.8 | 8.9 | - |
| YUV | 147.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 49 | 0.37 | 0 | 0.73 | 0.28 | 90 | 0.58 | 0.45 |
| Hex | 74 | B7 | 31 | 25 | 0 | 49 | 1C | 5A | 3A | 2D |
| Octal | 164 | 267 | 61 | 45 | 0 | 111 | 34 | 132 | 72 | 55 |
| Binary | 1110100 | 10110111 | 110001 | 100101 | 0 | 1001001 | 11100 | 1011010 | 111010 | 101101 |
Color Harmonies of #74B731
Complementary color
Monochromatic Colors of #74B731
Black with #74B731
Text Example
Text Example
White with #74B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B731; }
p { color: rgb(116,183,49); }
H1.HeaderClassName
{
color: #74B731;
}
.AnyTagClassName
{
color: #74B731;
}
</style>
background-color css
<style>
a { background-color: #74B731; }
a { background-color: rgb(116,183,49); }
div.DivClassName
{
background-color: #74B731;
}
.BgClassName
{
background-color: #74B731;
}
</style>
border-color css
<style>
span { border-color: #74B731; }
span { border-color: rgb(116,183,49); }
td.TdClassName
{
border-color: #74B731;
}
.TagClassName
{
border-color: #74B731;
}
</style>