Shades of Lima #74B734
Tints of Lima #74B734
RGB
CMYK
RGB Variations
Color information
#74B734 (or 0x74B734) is known color: Lima. HEX triplet: 74, B7 and 34. RGB value is (116,183,52). Sum of RGB (Red+Green+Blue) = 116+183+52=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #74B734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B734 is #8B48CB. Grayscale: #949494. Windows color (decimal): -9128140 or 3454836. OLE color: 3454836.
HSL color Cylindrical-coordinate representation of color #74B734: hue angle of 90.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74B734 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 52 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.28 |
| HSL | 90.69º | 0.56% | 0.46% | - |
| HSV(B) | 90.69º | 0.72% | 0.72% | - |
| XYZ | 24.76 | 37.83 | 9.25 | - |
| YUV | 148.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 52 | 0.37 | 0 | 0.72 | 0.28 | 90.69 | 0.56 | 0.46 |
| Hex | 74 | B7 | 34 | 25 | 0 | 48 | 1C | 5B | 38 | 2E |
| Octal | 164 | 267 | 64 | 45 | 0 | 110 | 34 | 133 | 70 | 56 |
| Binary | 1110100 | 10110111 | 110100 | 100101 | 0 | 1001000 | 11100 | 1011011 | 111000 | 101110 |
Color Harmonies of #74B734
Complementary color
Monochromatic Colors of #74B734
Black with #74B734
Text Example
Text Example
White with #74B734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B734; }
p { color: rgb(116,183,52); }
H1.HeaderClassName
{
color: #74B734;
}
.AnyTagClassName
{
color: #74B734;
}
</style>
background-color css
<style>
a { background-color: #74B734; }
a { background-color: rgb(116,183,52); }
div.DivClassName
{
background-color: #74B734;
}
.BgClassName
{
background-color: #74B734;
}
</style>
border-color css
<style>
span { border-color: #74B734; }
span { border-color: rgb(116,183,52); }
td.TdClassName
{
border-color: #74B734;
}
.TagClassName
{
border-color: #74B734;
}
</style>