Shades of Lima #74C031
Tints of Lima #74C031
RGB
CMYK
RGB Variations
Color information
#74C031 (or 0x74C031) is known color: Lima. HEX triplet: 74, C0 and 31. RGB value is (116,192,49). Sum of RGB (Red+Green+Blue) = 116+192+49=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #74C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C031 is #8B3FCE. Grayscale: #999999. Windows color (decimal): -9125839 or 3260532. OLE color: 3260532.
HSL color Cylindrical-coordinate representation of color #74C031: hue angle of 91.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74C031 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 49 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.25 |
| HSL | 91.89º | 0.59% | 0.47% | - |
| HSV(B) | 91.89º | 0.74% | 0.75% | - |
| XYZ | 26.61 | 41.63 | 9.54 | - |
| YUV | 152.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 49 | 0.40 | 0 | 0.74 | 0.25 | 91.89 | 0.59 | 0.47 |
| Hex | 74 | C0 | 31 | 28 | 0 | 4A | 19 | 5C | 3B | 2F |
| Octal | 164 | 300 | 61 | 50 | 0 | 112 | 31 | 134 | 73 | 57 |
| Binary | 1110100 | 11000000 | 110001 | 101000 | 0 | 1001010 | 11001 | 1011100 | 111011 | 101111 |
Color Harmonies of #74C031
Complementary color
Monochromatic Colors of #74C031
Black with #74C031
Text Example
Text Example
White with #74C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C031; }
p { color: rgb(116,192,49); }
H1.HeaderClassName
{
color: #74C031;
}
.AnyTagClassName
{
color: #74C031;
}
</style>
background-color css
<style>
a { background-color: #74C031; }
a { background-color: rgb(116,192,49); }
div.DivClassName
{
background-color: #74C031;
}
.BgClassName
{
background-color: #74C031;
}
</style>
border-color css
<style>
span { border-color: #74C031; }
span { border-color: rgb(116,192,49); }
td.TdClassName
{
border-color: #74C031;
}
.TagClassName
{
border-color: #74C031;
}
</style>