Shades of Lima #74C320
Tints of Lima #74C320
RGB
CMYK
RGB Variations
Color information
#74C320 (or 0x74C320) is known color: Lima. HEX triplet: 74, C3 and 20. RGB value is (116,195,32). Sum of RGB (Red+Green+Blue) = 116+195+32=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #74C320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C320 is #8B3CDF. Grayscale: #999999. Windows color (decimal): -9125088 or 2147188. OLE color: 2147188.
HSL color Cylindrical-coordinate representation of color #74C320: hue angle of 89.08º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C320 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 32 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.24 |
| HSL | 89.08º | 0.72% | 0.45% | - |
| HSV(B) | 89.08º | 0.84% | 0.76% | - |
| XYZ | 26.98 | 42.85 | 8.21 | - |
| YUV | 152.8 | 59.83 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 32 | 0.41 | 0 | 0.84 | 0.24 | 89.08 | 0.72 | 0.45 |
| Hex | 74 | C3 | 20 | 29 | 0 | 54 | 18 | 59 | 48 | 2D |
| Octal | 164 | 303 | 40 | 51 | 0 | 124 | 30 | 131 | 110 | 55 |
| Binary | 1110100 | 11000011 | 100000 | 101001 | 0 | 1010100 | 11000 | 1011001 | 1001000 | 101101 |
Color Harmonies of #74C320
Complementary color
Monochromatic Colors of #74C320
Black with #74C320
Text Example
Text Example
White with #74C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C320; }
p { color: rgb(116,195,32); }
H1.HeaderClassName
{
color: #74C320;
}
.AnyTagClassName
{
color: #74C320;
}
</style>
background-color css
<style>
a { background-color: #74C320; }
a { background-color: rgb(116,195,32); }
div.DivClassName
{
background-color: #74C320;
}
.BgClassName
{
background-color: #74C320;
}
</style>
border-color css
<style>
span { border-color: #74C320; }
span { border-color: rgb(116,195,32); }
td.TdClassName
{
border-color: #74C320;
}
.TagClassName
{
border-color: #74C320;
}
</style>