Shades of Lima #74B42B
Tints of Lima #74B42B
RGB
CMYK
RGB Variations
Color information
#74B42B (or 0x74B42B) is known color: Lima. HEX triplet: 74, B4 and 2B. RGB value is (116,180,43). Sum of RGB (Red+Green+Blue) = 116+180+43=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #74B42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B42B is #8B4BD4. Grayscale: #919191. Windows color (decimal): -9128917 or 2864244. OLE color: 2864244.
HSL color Cylindrical-coordinate representation of color #74B42B: hue angle of 88.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74B42B is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 43 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.29 |
| HSL | 88.03º | 0.61% | 0.44% | - |
| HSV(B) | 88.03º | 0.76% | 0.71% | - |
| XYZ | 23.96 | 36.53 | 8.07 | - |
| YUV | 145.25 | 70.3 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 43 | 0.36 | 0 | 0.76 | 0.29 | 88.03 | 0.61 | 0.44 |
| Hex | 74 | B4 | 2B | 24 | 0 | 4C | 1D | 58 | 3D | 2C |
| Octal | 164 | 264 | 53 | 44 | 0 | 114 | 35 | 130 | 75 | 54 |
| Binary | 1110100 | 10110100 | 101011 | 100100 | 0 | 1001100 | 11101 | 1011000 | 111101 | 101100 |
Color Harmonies of #74B42B
Complementary color
Monochromatic Colors of #74B42B
Black with #74B42B
Text Example
Text Example
White with #74B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B42B; }
p { color: rgb(116,180,43); }
H1.HeaderClassName
{
color: #74B42B;
}
.AnyTagClassName
{
color: #74B42B;
}
</style>
background-color css
<style>
a { background-color: #74B42B; }
a { background-color: rgb(116,180,43); }
div.DivClassName
{
background-color: #74B42B;
}
.BgClassName
{
background-color: #74B42B;
}
</style>
border-color css
<style>
span { border-color: #74B42B; }
span { border-color: rgb(116,180,43); }
td.TdClassName
{
border-color: #74B42B;
}
.TagClassName
{
border-color: #74B42B;
}
</style>