Shades of Lima #71AC33
Tints of Lima #71AC33
RGB
CMYK
RGB Variations
Color information
#71AC33 (or 0x71AC33) is known color: Lima. HEX triplet: 71, AC and 33. RGB value is (113,172,51). Sum of RGB (Red+Green+Blue) = 113+172+51=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC33 is #8E53CC. Grayscale: #8C8C8C. Windows color (decimal): -9327565 or 3386481. OLE color: 3386481.
HSL color Cylindrical-coordinate representation of color #71AC33: hue angle of 89.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71AC33 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 172 | 51 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.33 |
| HSL | 89.26º | 0.54% | 0.44% | - |
| HSV(B) | 89.26º | 0.7% | 0.67% | - |
| XYZ | 22.16 | 33.25 | 8.38 | - |
| YUV | 140.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 51 | 0.34 | 0 | 0.70 | 0.33 | 89.26 | 0.54 | 0.44 |
| Hex | 71 | AC | 33 | 22 | 0 | 46 | 21 | 59 | 36 | 2C |
| Octal | 161 | 254 | 63 | 42 | 0 | 106 | 41 | 131 | 66 | 54 |
| Binary | 1110001 | 10101100 | 110011 | 100010 | 0 | 1000110 | 100001 | 1011001 | 110110 | 101100 |
Color Harmonies of #71AC33
Complementary color
Monochromatic Colors of #71AC33
Black with #71AC33
Text Example
Text Example
White with #71AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AC33; }
p { color: rgb(113,172,51); }
H1.HeaderClassName
{
color: #71AC33;
}
.AnyTagClassName
{
color: #71AC33;
}
</style>
background-color css
<style>
a { background-color: #71AC33; }
a { background-color: rgb(113,172,51); }
div.DivClassName
{
background-color: #71AC33;
}
.BgClassName
{
background-color: #71AC33;
}
</style>
border-color css
<style>
span { border-color: #71AC33; }
span { border-color: rgb(113,172,51); }
td.TdClassName
{
border-color: #71AC33;
}
.TagClassName
{
border-color: #71AC33;
}
</style>