Shades of Lima #75C62C
Tints of Lima #75C62C
RGB
CMYK
RGB Variations
Color information
#75C62C (or 0x75C62C) is known color: Lima. HEX triplet: 75, C6 and 2C. RGB value is (117,198,44). Sum of RGB (Red+Green+Blue) = 117+198+44=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #75C62C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C62C is #8A39D3. Grayscale: #9C9C9C. Windows color (decimal): -9058772 or 2934389. OLE color: 2934389.
HSL color Cylindrical-coordinate representation of color #75C62C: hue angle of 91.56º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75C62C is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 44 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.22 |
| HSL | 91.56º | 0.64% | 0.47% | - |
| HSV(B) | 91.56º | 0.78% | 0.78% | - |
| XYZ | 27.98 | 44.35 | 9.47 | - |
| YUV | 156.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 44 | 0.41 | 0 | 0.78 | 0.22 | 91.56 | 0.64 | 0.47 |
| Hex | 75 | C6 | 2C | 29 | 0 | 4E | 16 | 5C | 40 | 2F |
| Octal | 165 | 306 | 54 | 51 | 0 | 116 | 26 | 134 | 100 | 57 |
| Binary | 1110101 | 11000110 | 101100 | 101001 | 0 | 1001110 | 10110 | 1011100 | 1000000 | 101111 |
Color Harmonies of #75C62C
Complementary color
Monochromatic Colors of #75C62C
Black with #75C62C
Text Example
Text Example
White with #75C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C62C; }
p { color: rgb(117,198,44); }
H1.HeaderClassName
{
color: #75C62C;
}
.AnyTagClassName
{
color: #75C62C;
}
</style>
background-color css
<style>
a { background-color: #75C62C; }
a { background-color: rgb(117,198,44); }
div.DivClassName
{
background-color: #75C62C;
}
.BgClassName
{
background-color: #75C62C;
}
</style>
border-color css
<style>
span { border-color: #75C62C; }
span { border-color: rgb(117,198,44); }
td.TdClassName
{
border-color: #75C62C;
}
.TagClassName
{
border-color: #75C62C;
}
</style>