Shades of Lima #74C516
Tints of Lima #74C516
RGB
CMYK
RGB Variations
Color information
#74C516 (or 0x74C516) is known color: Lima. HEX triplet: 74, C5 and 16. RGB value is (116,197,22). Sum of RGB (Red+Green+Blue) = 116+197+22=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #74C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C516 is #8B3AE9. Grayscale: #999999. Windows color (decimal): -9124586 or 1492340. OLE color: 1492340.
HSL color Cylindrical-coordinate representation of color #74C516: hue angle of 87.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C516 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 22 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.23 |
| HSL | 87.77º | 0.8% | 0.43% | - |
| HSV(B) | 87.77º | 0.89% | 0.77% | - |
| XYZ | 27.31 | 43.7 | 7.76 | - |
| YUV | 152.83 | 54.16 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 22 | 0.41 | 0 | 0.89 | 0.23 | 87.77 | 0.8 | 0.43 |
| Hex | 74 | C5 | 16 | 29 | 0 | 59 | 17 | 58 | 50 | 2B |
| Octal | 164 | 305 | 26 | 51 | 0 | 131 | 27 | 130 | 120 | 53 |
| Binary | 1110100 | 11000101 | 10110 | 101001 | 0 | 1011001 | 10111 | 1011000 | 1010000 | 101011 |
Color Harmonies of #74C516
Complementary color
Monochromatic Colors of #74C516
Black with #74C516
Text Example
Text Example
White with #74C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C516; }
p { color: rgb(116,197,22); }
H1.HeaderClassName
{
color: #74C516;
}
.AnyTagClassName
{
color: #74C516;
}
</style>
background-color css
<style>
a { background-color: #74C516; }
a { background-color: rgb(116,197,22); }
div.DivClassName
{
background-color: #74C516;
}
.BgClassName
{
background-color: #74C516;
}
</style>
border-color css
<style>
span { border-color: #74C516; }
span { border-color: rgb(116,197,22); }
td.TdClassName
{
border-color: #74C516;
}
.TagClassName
{
border-color: #74C516;
}
</style>