Shades of Lima #74C120
Tints of Lima #74C120
RGB
CMYK
RGB Variations
Color information
#74C120 (or 0x74C120) is known color: Lima. HEX triplet: 74, C1 and 20. RGB value is (116,193,32). Sum of RGB (Red+Green+Blue) = 116+193+32=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #74C120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C120 is #8B3EDF. Grayscale: #989898. Windows color (decimal): -9125600 or 2146676. OLE color: 2146676.
HSL color Cylindrical-coordinate representation of color #74C120: hue angle of 88.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74C120 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 32 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.24 |
| HSL | 88.7º | 0.72% | 0.44% | - |
| HSV(B) | 88.7º | 0.83% | 0.76% | - |
| XYZ | 26.53 | 41.96 | 8.07 | - |
| YUV | 151.62 | 60.49 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 32 | 0.40 | 0 | 0.83 | 0.24 | 88.7 | 0.72 | 0.44 |
| Hex | 74 | C1 | 20 | 28 | 0 | 53 | 18 | 59 | 48 | 2C |
| Octal | 164 | 301 | 40 | 50 | 0 | 123 | 30 | 131 | 110 | 54 |
| Binary | 1110100 | 11000001 | 100000 | 101000 | 0 | 1010011 | 11000 | 1011001 | 1001000 | 101100 |
Color Harmonies of #74C120
Complementary color
Monochromatic Colors of #74C120
Black with #74C120
Text Example
Text Example
White with #74C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C120; }
p { color: rgb(116,193,32); }
H1.HeaderClassName
{
color: #74C120;
}
.AnyTagClassName
{
color: #74C120;
}
</style>
background-color css
<style>
a { background-color: #74C120; }
a { background-color: rgb(116,193,32); }
div.DivClassName
{
background-color: #74C120;
}
.BgClassName
{
background-color: #74C120;
}
</style>
border-color css
<style>
span { border-color: #74C120; }
span { border-color: rgb(116,193,32); }
td.TdClassName
{
border-color: #74C120;
}
.TagClassName
{
border-color: #74C120;
}
</style>