Shades of Lima #74B528
Tints of Lima #74B528
RGB
CMYK
RGB Variations
Color information
#74B528 (or 0x74B528) is known color: Lima. HEX triplet: 74, B5 and 28. RGB value is (116,181,40). Sum of RGB (Red+Green+Blue) = 116+181+40=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #74B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B528 is #8B4AD7. Grayscale: #919191. Windows color (decimal): -9128664 or 2667892. OLE color: 2667892.
HSL color Cylindrical-coordinate representation of color #74B528: hue angle of 87.66º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74B528 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 40 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.29 |
| HSL | 87.66º | 0.64% | 0.43% | - |
| HSV(B) | 87.66º | 0.78% | 0.71% | - |
| XYZ | 24.11 | 36.91 | 7.86 | - |
| YUV | 145.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 40 | 0.36 | 0 | 0.78 | 0.29 | 87.66 | 0.64 | 0.43 |
| Hex | 74 | B5 | 28 | 24 | 0 | 4E | 1D | 58 | 40 | 2B |
| Octal | 164 | 265 | 50 | 44 | 0 | 116 | 35 | 130 | 100 | 53 |
| Binary | 1110100 | 10110101 | 101000 | 100100 | 0 | 1001110 | 11101 | 1011000 | 1000000 | 101011 |
Color Harmonies of #74B528
Complementary color
Monochromatic Colors of #74B528
Black with #74B528
Text Example
Text Example
White with #74B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B528; }
p { color: rgb(116,181,40); }
H1.HeaderClassName
{
color: #74B528;
}
.AnyTagClassName
{
color: #74B528;
}
</style>
background-color css
<style>
a { background-color: #74B528; }
a { background-color: rgb(116,181,40); }
div.DivClassName
{
background-color: #74B528;
}
.BgClassName
{
background-color: #74B528;
}
</style>
border-color css
<style>
span { border-color: #74B528; }
span { border-color: rgb(116,181,40); }
td.TdClassName
{
border-color: #74B528;
}
.TagClassName
{
border-color: #74B528;
}
</style>