Shades of Lima #75AB2D
Tints of Lima #75AB2D
RGB
CMYK
RGB Variations
Color information
#75AB2D (or 0x75AB2D) is known color: Lima. HEX triplet: 75, AB and 2D. RGB value is (117,171,45). Sum of RGB (Red+Green+Blue) = 117+171+45=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB2D is #8A54D2. Grayscale: #8C8C8C. Windows color (decimal): -9065683 or 2993013. OLE color: 2993013.
HSL color Cylindrical-coordinate representation of color #75AB2D: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75AB2D is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 45 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.33 |
| HSL | 85.71º | 0.58% | 0.42% | - |
| HSV(B) | 85.71º | 0.74% | 0.67% | - |
| XYZ | 22.37 | 33.1 | 7.69 | - |
| YUV | 140.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 45 | 0.32 | 0 | 0.74 | 0.33 | 85.71 | 0.58 | 0.42 |
| Hex | 75 | AB | 2D | 20 | 0 | 4A | 21 | 56 | 3A | 2A |
| Octal | 165 | 253 | 55 | 40 | 0 | 112 | 41 | 126 | 72 | 52 |
| Binary | 1110101 | 10101011 | 101101 | 100000 | 0 | 1001010 | 100001 | 1010110 | 111010 | 101010 |
Color Harmonies of #75AB2D
Complementary color
Monochromatic Colors of #75AB2D
Black with #75AB2D
Text Example
Text Example
White with #75AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB2D; }
p { color: rgb(117,171,45); }
H1.HeaderClassName
{
color: #75AB2D;
}
.AnyTagClassName
{
color: #75AB2D;
}
</style>
background-color css
<style>
a { background-color: #75AB2D; }
a { background-color: rgb(117,171,45); }
div.DivClassName
{
background-color: #75AB2D;
}
.BgClassName
{
background-color: #75AB2D;
}
</style>
border-color css
<style>
span { border-color: #75AB2D; }
span { border-color: rgb(117,171,45); }
td.TdClassName
{
border-color: #75AB2D;
}
.TagClassName
{
border-color: #75AB2D;
}
</style>