Shades of Lima #74BA32
Tints of Lima #74BA32
RGB
CMYK
RGB Variations
Color information
#74BA32 (or 0x74BA32) is known color: Lima. HEX triplet: 74, BA and 32. RGB value is (116,186,50). Sum of RGB (Red+Green+Blue) = 116+186+50=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BA32 is #8B45CD. Grayscale: #969696. Windows color (decimal): -9127374 or 3324532. OLE color: 3324532.
HSL color Cylindrical-coordinate representation of color #74BA32: hue angle of 90.88º degrees, saturation: 0.58, 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 #74BA32 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 50 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.27 |
| HSL | 90.88º | 0.58% | 0.46% | - |
| HSV(B) | 90.88º | 0.73% | 0.73% | - |
| XYZ | 25.34 | 39.06 | 9.22 | - |
| YUV | 149.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 50 | 0.38 | 0 | 0.73 | 0.27 | 90.88 | 0.58 | 0.46 |
| Hex | 74 | BA | 32 | 26 | 0 | 49 | 1B | 5B | 3A | 2E |
| Octal | 164 | 272 | 62 | 46 | 0 | 111 | 33 | 133 | 72 | 56 |
| Binary | 1110100 | 10111010 | 110010 | 100110 | 0 | 1001001 | 11011 | 1011011 | 111010 | 101110 |
Color Harmonies of #74BA32
Complementary color
Monochromatic Colors of #74BA32
Black with #74BA32
Text Example
Text Example
White with #74BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA32; }
p { color: rgb(116,186,50); }
H1.HeaderClassName
{
color: #74BA32;
}
.AnyTagClassName
{
color: #74BA32;
}
</style>
background-color css
<style>
a { background-color: #74BA32; }
a { background-color: rgb(116,186,50); }
div.DivClassName
{
background-color: #74BA32;
}
.BgClassName
{
background-color: #74BA32;
}
</style>
border-color css
<style>
span { border-color: #74BA32; }
span { border-color: rgb(116,186,50); }
td.TdClassName
{
border-color: #74BA32;
}
.TagClassName
{
border-color: #74BA32;
}
</style>