Shades of Lima #74B920
Tints of Lima #74B920
RGB
CMYK
RGB Variations
Color information
#74B920 (or 0x74B920) is known color: Lima. HEX triplet: 74, B9 and 20. RGB value is (116,185,32). Sum of RGB (Red+Green+Blue) = 116+185+32=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #74B920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B920 is #8B46DF. Grayscale: #939393. Windows color (decimal): -9127648 or 2144628. OLE color: 2144628.
HSL color Cylindrical-coordinate representation of color #74B920: hue angle of 87.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74B920 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 32 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.27 |
| HSL | 87.06º | 0.71% | 0.43% | - |
| HSV(B) | 87.06º | 0.83% | 0.73% | - |
| XYZ | 24.81 | 38.52 | 7.49 | - |
| YUV | 146.93 | 63.14 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 32 | 0.37 | 0 | 0.83 | 0.27 | 87.06 | 0.71 | 0.43 |
| Hex | 74 | B9 | 20 | 25 | 0 | 53 | 1B | 57 | 47 | 2B |
| Octal | 164 | 271 | 40 | 45 | 0 | 123 | 33 | 127 | 107 | 53 |
| Binary | 1110100 | 10111001 | 100000 | 100101 | 0 | 1010011 | 11011 | 1010111 | 1000111 | 101011 |
Color Harmonies of #74B920
Complementary color
Monochromatic Colors of #74B920
Black with #74B920
Text Example
Text Example
White with #74B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B920; }
p { color: rgb(116,185,32); }
H1.HeaderClassName
{
color: #74B920;
}
.AnyTagClassName
{
color: #74B920;
}
</style>
background-color css
<style>
a { background-color: #74B920; }
a { background-color: rgb(116,185,32); }
div.DivClassName
{
background-color: #74B920;
}
.BgClassName
{
background-color: #74B920;
}
</style>
border-color css
<style>
span { border-color: #74B920; }
span { border-color: rgb(116,185,32); }
td.TdClassName
{
border-color: #74B920;
}
.TagClassName
{
border-color: #74B920;
}
</style>