Shades of Lima #74B333
Tints of Lima #74B333
RGB
CMYK
RGB Variations
Color information
#74B333 (or 0x74B333) is known color: Lima. HEX triplet: 74, B3 and 33. RGB value is (116,179,51). Sum of RGB (Red+Green+Blue) = 116+179+51=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #74B333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B333 is #8B4CCC. Grayscale: #929292. Windows color (decimal): -9129165 or 3388276. OLE color: 3388276.
HSL color Cylindrical-coordinate representation of color #74B333: hue angle of 89.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74B333 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 51 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.30 |
| HSL | 89.53º | 0.56% | 0.45% | - |
| HSV(B) | 89.53º | 0.72% | 0.7% | - |
| XYZ | 23.92 | 36.19 | 8.86 | - |
| YUV | 145.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 51 | 0.35 | 0 | 0.72 | 0.30 | 89.53 | 0.56 | 0.45 |
| Hex | 74 | B3 | 33 | 23 | 0 | 48 | 1E | 5A | 38 | 2D |
| Octal | 164 | 263 | 63 | 43 | 0 | 110 | 36 | 132 | 70 | 55 |
| Binary | 1110100 | 10110011 | 110011 | 100011 | 0 | 1001000 | 11110 | 1011010 | 111000 | 101101 |
Color Harmonies of #74B333
Complementary color
Monochromatic Colors of #74B333
Black with #74B333
Text Example
Text Example
White with #74B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B333; }
p { color: rgb(116,179,51); }
H1.HeaderClassName
{
color: #74B333;
}
.AnyTagClassName
{
color: #74B333;
}
</style>
background-color css
<style>
a { background-color: #74B333; }
a { background-color: rgb(116,179,51); }
div.DivClassName
{
background-color: #74B333;
}
.BgClassName
{
background-color: #74B333;
}
</style>
border-color css
<style>
span { border-color: #74B333; }
span { border-color: rgb(116,179,51); }
td.TdClassName
{
border-color: #74B333;
}
.TagClassName
{
border-color: #74B333;
}
</style>