Shades of Lima #74C220
Tints of Lima #74C220
RGB
CMYK
RGB Variations
Color information
#74C220 (or 0x74C220) is known color: Lima. HEX triplet: 74, C2 and 20. RGB value is (116,194,32). Sum of RGB (Red+Green+Blue) = 116+194+32=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #74C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C220 is #8B3DDF. Grayscale: #989898. Windows color (decimal): -9125344 or 2146932. OLE color: 2146932.
HSL color Cylindrical-coordinate representation of color #74C220: hue angle of 88.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74C220 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 32 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.24 |
| HSL | 88.89º | 0.72% | 0.44% | - |
| HSV(B) | 88.89º | 0.84% | 0.76% | - |
| XYZ | 26.75 | 42.4 | 8.14 | - |
| YUV | 152.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 32 | 0.40 | 0 | 0.84 | 0.24 | 88.89 | 0.72 | 0.44 |
| Hex | 74 | C2 | 20 | 28 | 0 | 54 | 18 | 59 | 48 | 2C |
| Octal | 164 | 302 | 40 | 50 | 0 | 124 | 30 | 131 | 110 | 54 |
| Binary | 1110100 | 11000010 | 100000 | 101000 | 0 | 1010100 | 11000 | 1011001 | 1001000 | 101100 |
Color Harmonies of #74C220
Complementary color
Monochromatic Colors of #74C220
Black with #74C220
Text Example
Text Example
White with #74C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C220; }
p { color: rgb(116,194,32); }
H1.HeaderClassName
{
color: #74C220;
}
.AnyTagClassName
{
color: #74C220;
}
</style>
background-color css
<style>
a { background-color: #74C220; }
a { background-color: rgb(116,194,32); }
div.DivClassName
{
background-color: #74C220;
}
.BgClassName
{
background-color: #74C220;
}
</style>
border-color css
<style>
span { border-color: #74C220; }
span { border-color: rgb(116,194,32); }
td.TdClassName
{
border-color: #74C220;
}
.TagClassName
{
border-color: #74C220;
}
</style>