Shades of Lima #74B532
Tints of Lima #74B532
RGB
CMYK
RGB Variations
Color information
#74B532 (or 0x74B532) is known color: Lima. HEX triplet: 74, B5 and 32. RGB value is (116,181,50). Sum of RGB (Red+Green+Blue) = 116+181+50=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #74B532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B532 is #8B4ACD. Grayscale: #939393. Windows color (decimal): -9128654 or 3323252. OLE color: 3323252.
HSL color Cylindrical-coordinate representation of color #74B532: hue angle of 89.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74B532 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 50 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.29 |
| HSL | 89.77º | 0.57% | 0.45% | - |
| HSV(B) | 89.77º | 0.72% | 0.71% | - |
| XYZ | 24.3 | 36.99 | 8.88 | - |
| YUV | 146.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 50 | 0.36 | 0 | 0.72 | 0.29 | 89.77 | 0.57 | 0.45 |
| Hex | 74 | B5 | 32 | 24 | 0 | 48 | 1D | 5A | 39 | 2D |
| Octal | 164 | 265 | 62 | 44 | 0 | 110 | 35 | 132 | 71 | 55 |
| Binary | 1110100 | 10110101 | 110010 | 100100 | 0 | 1001000 | 11101 | 1011010 | 111001 | 101101 |
Color Harmonies of #74B532
Complementary color
Monochromatic Colors of #74B532
Black with #74B532
Text Example
Text Example
White with #74B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B532; }
p { color: rgb(116,181,50); }
H1.HeaderClassName
{
color: #74B532;
}
.AnyTagClassName
{
color: #74B532;
}
</style>
background-color css
<style>
a { background-color: #74B532; }
a { background-color: rgb(116,181,50); }
div.DivClassName
{
background-color: #74B532;
}
.BgClassName
{
background-color: #74B532;
}
</style>
border-color css
<style>
span { border-color: #74B532; }
span { border-color: rgb(116,181,50); }
td.TdClassName
{
border-color: #74B532;
}
.TagClassName
{
border-color: #74B532;
}
</style>