Shades of Lima #74B330
Tints of Lima #74B330
RGB
CMYK
RGB Variations
Color information
#74B330 (or 0x74B330) is known color: Lima. HEX triplet: 74, B3 and 30. RGB value is (116,179,48). Sum of RGB (Red+Green+Blue) = 116+179+48=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #74B330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B330 is #8B4CCF. Grayscale: #919191. Windows color (decimal): -9129168 or 3191668. OLE color: 3191668.
HSL color Cylindrical-coordinate representation of color #74B330: hue angle of 88.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74B330 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 48 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.30 |
| HSL | 88.85º | 0.58% | 0.45% | - |
| HSV(B) | 88.85º | 0.73% | 0.7% | - |
| XYZ | 23.86 | 36.17 | 8.52 | - |
| YUV | 145.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 48 | 0.35 | 0 | 0.73 | 0.30 | 88.85 | 0.58 | 0.45 |
| Hex | 74 | B3 | 30 | 23 | 0 | 49 | 1E | 59 | 3A | 2D |
| Octal | 164 | 263 | 60 | 43 | 0 | 111 | 36 | 131 | 72 | 55 |
| Binary | 1110100 | 10110011 | 110000 | 100011 | 0 | 1001001 | 11110 | 1011001 | 111010 | 101101 |
Color Harmonies of #74B330
Complementary color
Monochromatic Colors of #74B330
Black with #74B330
Text Example
Text Example
White with #74B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B330; }
p { color: rgb(116,179,48); }
H1.HeaderClassName
{
color: #74B330;
}
.AnyTagClassName
{
color: #74B330;
}
</style>
background-color css
<style>
a { background-color: #74B330; }
a { background-color: rgb(116,179,48); }
div.DivClassName
{
background-color: #74B330;
}
.BgClassName
{
background-color: #74B330;
}
</style>
border-color css
<style>
span { border-color: #74B330; }
span { border-color: rgb(116,179,48); }
td.TdClassName
{
border-color: #74B330;
}
.TagClassName
{
border-color: #74B330;
}
</style>