Shades of Lima #75BA2E
Tints of Lima #75BA2E
RGB
CMYK
RGB Variations
Color information
#75BA2E (or 0x75BA2E) is known color: Lima. HEX triplet: 75, BA and 2E. RGB value is (117,186,46). Sum of RGB (Red+Green+Blue) = 117+186+46=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2E is #8A45D1. Grayscale: #959595. Windows color (decimal): -9061842 or 3062389. OLE color: 3062389.
HSL color Cylindrical-coordinate representation of color #75BA2E: hue angle of 89.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75BA2E is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 46 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.27 |
| HSL | 89.57º | 0.6% | 0.45% | - |
| HSV(B) | 89.57º | 0.75% | 0.73% | - |
| XYZ | 25.39 | 39.1 | 8.79 | - |
| YUV | 149.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 46 | 0.37 | 0 | 0.75 | 0.27 | 89.57 | 0.6 | 0.45 |
| Hex | 75 | BA | 2E | 25 | 0 | 4B | 1B | 5A | 3C | 2D |
| Octal | 165 | 272 | 56 | 45 | 0 | 113 | 33 | 132 | 74 | 55 |
| Binary | 1110101 | 10111010 | 101110 | 100101 | 0 | 1001011 | 11011 | 1011010 | 111100 | 101101 |
Color Harmonies of #75BA2E
Complementary color
Monochromatic Colors of #75BA2E
Black with #75BA2E
Text Example
Text Example
White with #75BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA2E; }
p { color: rgb(117,186,46); }
H1.HeaderClassName
{
color: #75BA2E;
}
.AnyTagClassName
{
color: #75BA2E;
}
</style>
background-color css
<style>
a { background-color: #75BA2E; }
a { background-color: rgb(117,186,46); }
div.DivClassName
{
background-color: #75BA2E;
}
.BgClassName
{
background-color: #75BA2E;
}
</style>
border-color css
<style>
span { border-color: #75BA2E; }
span { border-color: rgb(117,186,46); }
td.TdClassName
{
border-color: #75BA2E;
}
.TagClassName
{
border-color: #75BA2E;
}
</style>