Shades of Lima #75BA26
Tints of Lima #75BA26
RGB
CMYK
RGB Variations
Color information
#75BA26 (or 0x75BA26) is known color: Lima. HEX triplet: 75, BA and 26. RGB value is (117,186,38). Sum of RGB (Red+Green+Blue) = 117+186+38=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA26 is #8A45D9. Grayscale: #959595. Windows color (decimal): -9061850 or 2538101. OLE color: 2538101.
HSL color Cylindrical-coordinate representation of color #75BA26: hue angle of 87.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75BA26 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 38 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.27 |
| HSL | 87.97º | 0.66% | 0.44% | - |
| HSV(B) | 87.97º | 0.8% | 0.73% | - |
| XYZ | 25.24 | 39.04 | 8.04 | - |
| YUV | 148.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 38 | 0.37 | 0 | 0.80 | 0.27 | 87.97 | 0.66 | 0.44 |
| Hex | 75 | BA | 26 | 25 | 0 | 50 | 1B | 58 | 42 | 2C |
| Octal | 165 | 272 | 46 | 45 | 0 | 120 | 33 | 130 | 102 | 54 |
| Binary | 1110101 | 10111010 | 100110 | 100101 | 0 | 1010000 | 11011 | 1011000 | 1000010 | 101100 |
Color Harmonies of #75BA26
Complementary color
Monochromatic Colors of #75BA26
Black with #75BA26
Text Example
Text Example
White with #75BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA26; }
p { color: rgb(117,186,38); }
H1.HeaderClassName
{
color: #75BA26;
}
.AnyTagClassName
{
color: #75BA26;
}
</style>
background-color css
<style>
a { background-color: #75BA26; }
a { background-color: rgb(117,186,38); }
div.DivClassName
{
background-color: #75BA26;
}
.BgClassName
{
background-color: #75BA26;
}
</style>
border-color css
<style>
span { border-color: #75BA26; }
span { border-color: rgb(117,186,38); }
td.TdClassName
{
border-color: #75BA26;
}
.TagClassName
{
border-color: #75BA26;
}
</style>