Shades of Lima #75BB34
Tints of Lima #75BB34
RGB
CMYK
RGB Variations
Color information
#75BB34 (or 0x75BB34) is known color: Lima. HEX triplet: 75, BB and 34. RGB value is (117,187,52). Sum of RGB (Red+Green+Blue) = 117+187+52=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB34 is #8A44CB. Grayscale: #979797. Windows color (decimal): -9061580 or 3455861. OLE color: 3455861.
HSL color Cylindrical-coordinate representation of color #75BB34: hue angle of 91.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75BB34 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 52 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.27 |
| HSL | 91.11º | 0.56% | 0.47% | - |
| HSV(B) | 91.11º | 0.72% | 0.73% | - |
| XYZ | 25.73 | 39.57 | 9.53 | - |
| YUV | 150.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 52 | 0.37 | 0 | 0.72 | 0.27 | 91.11 | 0.56 | 0.47 |
| Hex | 75 | BB | 34 | 25 | 0 | 48 | 1B | 5B | 38 | 2F |
| Octal | 165 | 273 | 64 | 45 | 0 | 110 | 33 | 133 | 70 | 57 |
| Binary | 1110101 | 10111011 | 110100 | 100101 | 0 | 1001000 | 11011 | 1011011 | 111000 | 101111 |
Color Harmonies of #75BB34
Complementary color
Monochromatic Colors of #75BB34
Black with #75BB34
Text Example
Text Example
White with #75BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB34; }
p { color: rgb(117,187,52); }
H1.HeaderClassName
{
color: #75BB34;
}
.AnyTagClassName
{
color: #75BB34;
}
</style>
background-color css
<style>
a { background-color: #75BB34; }
a { background-color: rgb(117,187,52); }
div.DivClassName
{
background-color: #75BB34;
}
.BgClassName
{
background-color: #75BB34;
}
</style>
border-color css
<style>
span { border-color: #75BB34; }
span { border-color: rgb(117,187,52); }
td.TdClassName
{
border-color: #75BB34;
}
.TagClassName
{
border-color: #75BB34;
}
</style>