Shades of Lima #75BC2C
Tints of Lima #75BC2C
RGB
CMYK
RGB Variations
Color information
#75BC2C (or 0x75BC2C) is known color: Lima. HEX triplet: 75, BC and 2C. RGB value is (117,188,44). Sum of RGB (Red+Green+Blue) = 117+188+44=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC2C is #8A43D3. Grayscale: #969696. Windows color (decimal): -9061332 or 2931829. OLE color: 2931829.
HSL color Cylindrical-coordinate representation of color #75BC2C: hue angle of 89.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75BC2C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 44 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.26 |
| HSL | 89.58º | 0.62% | 0.45% | - |
| HSV(B) | 89.58º | 0.77% | 0.74% | - |
| XYZ | 25.77 | 39.93 | 8.73 | - |
| YUV | 150.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 44 | 0.38 | 0 | 0.77 | 0.26 | 89.58 | 0.62 | 0.45 |
| Hex | 75 | BC | 2C | 26 | 0 | 4D | 1A | 5A | 3E | 2D |
| Octal | 165 | 274 | 54 | 46 | 0 | 115 | 32 | 132 | 76 | 55 |
| Binary | 1110101 | 10111100 | 101100 | 100110 | 0 | 1001101 | 11010 | 1011010 | 111110 | 101101 |
Color Harmonies of #75BC2C
Complementary color
Monochromatic Colors of #75BC2C
Black with #75BC2C
Text Example
Text Example
White with #75BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC2C; }
p { color: rgb(117,188,44); }
H1.HeaderClassName
{
color: #75BC2C;
}
.AnyTagClassName
{
color: #75BC2C;
}
</style>
background-color css
<style>
a { background-color: #75BC2C; }
a { background-color: rgb(117,188,44); }
div.DivClassName
{
background-color: #75BC2C;
}
.BgClassName
{
background-color: #75BC2C;
}
</style>
border-color css
<style>
span { border-color: #75BC2C; }
span { border-color: rgb(117,188,44); }
td.TdClassName
{
border-color: #75BC2C;
}
.TagClassName
{
border-color: #75BC2C;
}
</style>