Shades of Lima #75B328
Tints of Lima #75B328
RGB
CMYK
RGB Variations
Color information
#75B328 (or 0x75B328) is known color: Lima. HEX triplet: 75, B3 and 28. RGB value is (117,179,40). Sum of RGB (Red+Green+Blue) = 117+179+40=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #75B328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B328 is #8A4CD7. Grayscale: #919191. Windows color (decimal): -9063640 or 2667381. OLE color: 2667381.
HSL color Cylindrical-coordinate representation of color #75B328: hue angle of 86.76º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75B328 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 40 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.30 |
| HSL | 86.76º | 0.63% | 0.43% | - |
| HSV(B) | 86.76º | 0.78% | 0.7% | - |
| XYZ | 23.84 | 36.18 | 7.73 | - |
| YUV | 144.62 | 68.96 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 40 | 0.35 | 0 | 0.78 | 0.30 | 86.76 | 0.63 | 0.43 |
| Hex | 75 | B3 | 28 | 23 | 0 | 4E | 1E | 57 | 3F | 2B |
| Octal | 165 | 263 | 50 | 43 | 0 | 116 | 36 | 127 | 77 | 53 |
| Binary | 1110101 | 10110011 | 101000 | 100011 | 0 | 1001110 | 11110 | 1010111 | 111111 | 101011 |
Color Harmonies of #75B328
Complementary color
Monochromatic Colors of #75B328
Black with #75B328
Text Example
Text Example
White with #75B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B328; }
p { color: rgb(117,179,40); }
H1.HeaderClassName
{
color: #75B328;
}
.AnyTagClassName
{
color: #75B328;
}
</style>
background-color css
<style>
a { background-color: #75B328; }
a { background-color: rgb(117,179,40); }
div.DivClassName
{
background-color: #75B328;
}
.BgClassName
{
background-color: #75B328;
}
</style>
border-color css
<style>
span { border-color: #75B328; }
span { border-color: rgb(117,179,40); }
td.TdClassName
{
border-color: #75B328;
}
.TagClassName
{
border-color: #75B328;
}
</style>