Shades of Lima #74C731
Tints of Lima #74C731
RGB
CMYK
RGB Variations
Color information
#74C731 (or 0x74C731) is known color: Lima. HEX triplet: 74, C7 and 31. RGB value is (116,199,49). Sum of RGB (Red+Green+Blue) = 116+199+49=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #74C731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C731 is #8B38CE. Grayscale: #9D9D9D. Windows color (decimal): -9124047 or 3262324. OLE color: 3262324.
HSL color Cylindrical-coordinate representation of color #74C731: hue angle of 93.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74C731 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 49 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.22 |
| HSL | 93.2º | 0.6% | 0.49% | - |
| HSV(B) | 93.2º | 0.75% | 0.78% | - |
| XYZ | 28.18 | 44.78 | 10.06 | - |
| YUV | 157.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 49 | 0.42 | 0 | 0.75 | 0.22 | 93.2 | 0.6 | 0.49 |
| Hex | 74 | C7 | 31 | 2A | 0 | 4B | 16 | 5D | 3C | 31 |
| Octal | 164 | 307 | 61 | 52 | 0 | 113 | 26 | 135 | 74 | 61 |
| Binary | 1110100 | 11000111 | 110001 | 101010 | 0 | 1001011 | 10110 | 1011101 | 111100 | 110001 |
Color Harmonies of #74C731
Complementary color
Monochromatic Colors of #74C731
Black with #74C731
Text Example
Text Example
White with #74C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C731; }
p { color: rgb(116,199,49); }
H1.HeaderClassName
{
color: #74C731;
}
.AnyTagClassName
{
color: #74C731;
}
</style>
background-color css
<style>
a { background-color: #74C731; }
a { background-color: rgb(116,199,49); }
div.DivClassName
{
background-color: #74C731;
}
.BgClassName
{
background-color: #74C731;
}
</style>
border-color css
<style>
span { border-color: #74C731; }
span { border-color: rgb(116,199,49); }
td.TdClassName
{
border-color: #74C731;
}
.TagClassName
{
border-color: #74C731;
}
</style>