Shades of Lima #75B22D
Tints of Lima #75B22D
RGB
CMYK
RGB Variations
Color information
#75B22D (or 0x75B22D) is known color: Lima. HEX triplet: 75, B2 and 2D. RGB value is (117,178,45). Sum of RGB (Red+Green+Blue) = 117+178+45=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #75B22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B22D is #8A4DD2. Grayscale: #919191. Windows color (decimal): -9063891 or 2994805. OLE color: 2994805.
HSL color Cylindrical-coordinate representation of color #75B22D: hue angle of 87.52º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75B22D is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 45 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.30 |
| HSL | 87.52º | 0.6% | 0.44% | - |
| HSV(B) | 87.52º | 0.75% | 0.7% | - |
| XYZ | 23.73 | 35.81 | 8.14 | - |
| YUV | 144.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 45 | 0.34 | 0 | 0.75 | 0.30 | 87.52 | 0.6 | 0.44 |
| Hex | 75 | B2 | 2D | 22 | 0 | 4B | 1E | 58 | 3C | 2C |
| Octal | 165 | 262 | 55 | 42 | 0 | 113 | 36 | 130 | 74 | 54 |
| Binary | 1110101 | 10110010 | 101101 | 100010 | 0 | 1001011 | 11110 | 1011000 | 111100 | 101100 |
Color Harmonies of #75B22D
Complementary color
Monochromatic Colors of #75B22D
Black with #75B22D
Text Example
Text Example
White with #75B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B22D; }
p { color: rgb(117,178,45); }
H1.HeaderClassName
{
color: #75B22D;
}
.AnyTagClassName
{
color: #75B22D;
}
</style>
background-color css
<style>
a { background-color: #75B22D; }
a { background-color: rgb(117,178,45); }
div.DivClassName
{
background-color: #75B22D;
}
.BgClassName
{
background-color: #75B22D;
}
</style>
border-color css
<style>
span { border-color: #75B22D; }
span { border-color: rgb(117,178,45); }
td.TdClassName
{
border-color: #75B22D;
}
.TagClassName
{
border-color: #75B22D;
}
</style>