Shades of Lima #75BC34
Tints of Lima #75BC34
RGB
CMYK
RGB Variations
Color information
#75BC34 (or 0x75BC34) is known color: Lima. HEX triplet: 75, BC and 34. RGB value is (117,188,52). Sum of RGB (Red+Green+Blue) = 117+188+52=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC34 is #8A43CB. Grayscale: #979797. Windows color (decimal): -9061324 or 3456117. OLE color: 3456117.
HSL color Cylindrical-coordinate representation of color #75BC34: hue angle of 91.32º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75BC34 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 52 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.26 |
| HSL | 91.32º | 0.57% | 0.47% | - |
| HSV(B) | 91.32º | 0.72% | 0.74% | - |
| XYZ | 25.94 | 40 | 9.6 | - |
| YUV | 151.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 52 | 0.38 | 0 | 0.72 | 0.26 | 91.32 | 0.57 | 0.47 |
| Hex | 75 | BC | 34 | 26 | 0 | 48 | 1A | 5B | 39 | 2F |
| Octal | 165 | 274 | 64 | 46 | 0 | 110 | 32 | 133 | 71 | 57 |
| Binary | 1110101 | 10111100 | 110100 | 100110 | 0 | 1001000 | 11010 | 1011011 | 111001 | 101111 |
Color Harmonies of #75BC34
Complementary color
Monochromatic Colors of #75BC34
Black with #75BC34
Text Example
Text Example
White with #75BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC34; }
p { color: rgb(117,188,52); }
H1.HeaderClassName
{
color: #75BC34;
}
.AnyTagClassName
{
color: #75BC34;
}
</style>
background-color css
<style>
a { background-color: #75BC34; }
a { background-color: rgb(117,188,52); }
div.DivClassName
{
background-color: #75BC34;
}
.BgClassName
{
background-color: #75BC34;
}
</style>
border-color css
<style>
span { border-color: #75BC34; }
span { border-color: rgb(117,188,52); }
td.TdClassName
{
border-color: #75BC34;
}
.TagClassName
{
border-color: #75BC34;
}
</style>