Shades of Lima #74B932
Tints of Lima #74B932
RGB
CMYK
RGB Variations
Color information
#74B932 (or 0x74B932) is known color: Lima. HEX triplet: 74, B9 and 32. RGB value is (116,185,50). Sum of RGB (Red+Green+Blue) = 116+185+50=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #74B932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B932 is #8B46CD. Grayscale: #959595. Windows color (decimal): -9127630 or 3324276. OLE color: 3324276.
HSL color Cylindrical-coordinate representation of color #74B932: hue angle of 90.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74B932 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 50 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.27 |
| HSL | 90.67º | 0.57% | 0.46% | - |
| HSV(B) | 90.67º | 0.73% | 0.73% | - |
| XYZ | 25.13 | 38.64 | 9.15 | - |
| YUV | 148.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 50 | 0.37 | 0 | 0.73 | 0.27 | 90.67 | 0.57 | 0.46 |
| Hex | 74 | B9 | 32 | 25 | 0 | 49 | 1B | 5B | 39 | 2E |
| Octal | 164 | 271 | 62 | 45 | 0 | 111 | 33 | 133 | 71 | 56 |
| Binary | 1110100 | 10111001 | 110010 | 100101 | 0 | 1001001 | 11011 | 1011011 | 111001 | 101110 |
Color Harmonies of #74B932
Complementary color
Monochromatic Colors of #74B932
Black with #74B932
Text Example
Text Example
White with #74B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B932; }
p { color: rgb(116,185,50); }
H1.HeaderClassName
{
color: #74B932;
}
.AnyTagClassName
{
color: #74B932;
}
</style>
background-color css
<style>
a { background-color: #74B932; }
a { background-color: rgb(116,185,50); }
div.DivClassName
{
background-color: #74B932;
}
.BgClassName
{
background-color: #74B932;
}
</style>
border-color css
<style>
span { border-color: #74B932; }
span { border-color: rgb(116,185,50); }
td.TdClassName
{
border-color: #74B932;
}
.TagClassName
{
border-color: #74B932;
}
</style>