Shades of Lima #75B22E
Tints of Lima #75B22E
RGB
CMYK
RGB Variations
Color information
#75B22E (or 0x75B22E) is known color: Lima. HEX triplet: 75, B2 and 2E. RGB value is (117,178,46). Sum of RGB (Red+Green+Blue) = 117+178+46=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #75B22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B22E is #8A4DD1. Grayscale: #919191. Windows color (decimal): -9063890 or 3060341. OLE color: 3060341.
HSL color Cylindrical-coordinate representation of color #75B22E: hue angle of 87.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75B22E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 46 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.30 |
| HSL | 87.73º | 0.59% | 0.44% | - |
| HSV(B) | 87.73º | 0.74% | 0.7% | - |
| XYZ | 23.75 | 35.82 | 8.25 | - |
| YUV | 144.71 | 72.29 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 46 | 0.34 | 0 | 0.74 | 0.30 | 87.73 | 0.59 | 0.44 |
| Hex | 75 | B2 | 2E | 22 | 0 | 4A | 1E | 58 | 3B | 2C |
| Octal | 165 | 262 | 56 | 42 | 0 | 112 | 36 | 130 | 73 | 54 |
| Binary | 1110101 | 10110010 | 101110 | 100010 | 0 | 1001010 | 11110 | 1011000 | 111011 | 101100 |
Color Harmonies of #75B22E
Complementary color
Monochromatic Colors of #75B22E
Black with #75B22E
Text Example
Text Example
White with #75B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B22E; }
p { color: rgb(117,178,46); }
H1.HeaderClassName
{
color: #75B22E;
}
.AnyTagClassName
{
color: #75B22E;
}
</style>
background-color css
<style>
a { background-color: #75B22E; }
a { background-color: rgb(117,178,46); }
div.DivClassName
{
background-color: #75B22E;
}
.BgClassName
{
background-color: #75B22E;
}
</style>
border-color css
<style>
span { border-color: #75B22E; }
span { border-color: rgb(117,178,46); }
td.TdClassName
{
border-color: #75B22E;
}
.TagClassName
{
border-color: #75B22E;
}
</style>