Shades of Lima #74B331
Tints of Lima #74B331
RGB
CMYK
RGB Variations
Color information
#74B331 (or 0x74B331) is known color: Lima. HEX triplet: 74, B3 and 31. RGB value is (116,179,49). Sum of RGB (Red+Green+Blue) = 116+179+49=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #74B331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B331 is #8B4CCE. Grayscale: #919191. Windows color (decimal): -9129167 or 3257204. OLE color: 3257204.
HSL color Cylindrical-coordinate representation of color #74B331: hue angle of 89.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74B331 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 49 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.30 |
| HSL | 89.08º | 0.57% | 0.45% | - |
| HSV(B) | 89.08º | 0.73% | 0.7% | - |
| XYZ | 23.88 | 36.17 | 8.63 | - |
| YUV | 145.34 | 73.63 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 49 | 0.35 | 0 | 0.73 | 0.30 | 89.08 | 0.57 | 0.45 |
| Hex | 74 | B3 | 31 | 23 | 0 | 49 | 1E | 59 | 39 | 2D |
| Octal | 164 | 263 | 61 | 43 | 0 | 111 | 36 | 131 | 71 | 55 |
| Binary | 1110100 | 10110011 | 110001 | 100011 | 0 | 1001001 | 11110 | 1011001 | 111001 | 101101 |
Color Harmonies of #74B331
Complementary color
Monochromatic Colors of #74B331
Black with #74B331
Text Example
Text Example
White with #74B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B331; }
p { color: rgb(116,179,49); }
H1.HeaderClassName
{
color: #74B331;
}
.AnyTagClassName
{
color: #74B331;
}
</style>
background-color css
<style>
a { background-color: #74B331; }
a { background-color: rgb(116,179,49); }
div.DivClassName
{
background-color: #74B331;
}
.BgClassName
{
background-color: #74B331;
}
</style>
border-color css
<style>
span { border-color: #74B331; }
span { border-color: rgb(116,179,49); }
td.TdClassName
{
border-color: #74B331;
}
.TagClassName
{
border-color: #74B331;
}
</style>