Shades of Lima #75B330
Tints of Lima #75B330
RGB
CMYK
RGB Variations
Color information
#75B330 (or 0x75B330) is known color: Lima. HEX triplet: 75, B3 and 30. RGB value is (117,179,48). Sum of RGB (Red+Green+Blue) = 117+179+48=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #75B330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B330 is #8A4CCF. Grayscale: #919191. Windows color (decimal): -9063632 or 3191669. OLE color: 3191669.
HSL color Cylindrical-coordinate representation of color #75B330: hue angle of 88.4º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75B330 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 179 | 48 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.30 |
| HSL | 88.4º | 0.58% | 0.45% | - |
| HSV(B) | 88.4º | 0.73% | 0.7% | - |
| XYZ | 23.99 | 36.24 | 8.53 | - |
| YUV | 145.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 179 | 48 | 0.35 | 0 | 0.73 | 0.30 | 88.4 | 0.58 | 0.45 |
| Hex | 75 | B3 | 30 | 23 | 0 | 49 | 1E | 58 | 3A | 2D |
| Octal | 165 | 263 | 60 | 43 | 0 | 111 | 36 | 130 | 72 | 55 |
| Binary | 1110101 | 10110011 | 110000 | 100011 | 0 | 1001001 | 11110 | 1011000 | 111010 | 101101 |
Color Harmonies of #75B330
Complementary color
Monochromatic Colors of #75B330
Black with #75B330
Text Example
Text Example
White with #75B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B330; }
p { color: rgb(117,179,48); }
H1.HeaderClassName
{
color: #75B330;
}
.AnyTagClassName
{
color: #75B330;
}
</style>
background-color css
<style>
a { background-color: #75B330; }
a { background-color: rgb(117,179,48); }
div.DivClassName
{
background-color: #75B330;
}
.BgClassName
{
background-color: #75B330;
}
</style>
border-color css
<style>
span { border-color: #75B330; }
span { border-color: rgb(117,179,48); }
td.TdClassName
{
border-color: #75B330;
}
.TagClassName
{
border-color: #75B330;
}
</style>