Shades of Lima #74B52C
Tints of Lima #74B52C
RGB
CMYK
RGB Variations
Color information
#74B52C (or 0x74B52C) is known color: Lima. HEX triplet: 74, B5 and 2C. RGB value is (116,181,44). Sum of RGB (Red+Green+Blue) = 116+181+44=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #74B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B52C is #8B4AD3. Grayscale: #929292. Windows color (decimal): -9128660 or 2930036. OLE color: 2930036.
HSL color Cylindrical-coordinate representation of color #74B52C: hue angle of 88.47º 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 #74B52C is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 44 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.29 |
| HSL | 88.47º | 0.61% | 0.44% | - |
| HSV(B) | 88.47º | 0.76% | 0.71% | - |
| XYZ | 24.18 | 36.94 | 8.24 | - |
| YUV | 145.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 44 | 0.36 | 0 | 0.76 | 0.29 | 88.47 | 0.61 | 0.44 |
| Hex | 74 | B5 | 2C | 24 | 0 | 4C | 1D | 58 | 3D | 2C |
| Octal | 164 | 265 | 54 | 44 | 0 | 114 | 35 | 130 | 75 | 54 |
| Binary | 1110100 | 10110101 | 101100 | 100100 | 0 | 1001100 | 11101 | 1011000 | 111101 | 101100 |
Color Harmonies of #74B52C
Complementary color
Monochromatic Colors of #74B52C
Black with #74B52C
Text Example
Text Example
White with #74B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B52C; }
p { color: rgb(116,181,44); }
H1.HeaderClassName
{
color: #74B52C;
}
.AnyTagClassName
{
color: #74B52C;
}
</style>
background-color css
<style>
a { background-color: #74B52C; }
a { background-color: rgb(116,181,44); }
div.DivClassName
{
background-color: #74B52C;
}
.BgClassName
{
background-color: #74B52C;
}
</style>
border-color css
<style>
span { border-color: #74B52C; }
span { border-color: rgb(116,181,44); }
td.TdClassName
{
border-color: #74B52C;
}
.TagClassName
{
border-color: #74B52C;
}
</style>