Shades of Lima #75C32F
Tints of Lima #75C32F
RGB
CMYK
RGB Variations
Color information
#75C32F (or 0x75C32F) is known color: Lima. HEX triplet: 75, C3 and 2F. RGB value is (117,195,47). Sum of RGB (Red+Green+Blue) = 117+195+47=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #75C32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C32F is #8A3CD0. Grayscale: #9B9B9B. Windows color (decimal): -9059537 or 3130229. OLE color: 3130229.
HSL color Cylindrical-coordinate representation of color #75C32F: hue angle of 91.62º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75C32F is Cyan = 0.4, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 47 | - |
| CMYK | 0.4 | 0 | 0.76 | 0.24 |
| HSL | 91.62º | 0.61% | 0.47% | - |
| HSV(B) | 91.62º | 0.76% | 0.76% | - |
| XYZ | 27.36 | 43.02 | 9.55 | - |
| YUV | 154.81 | 67.16 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 47 | 0.4 | 0 | 0.76 | 0.24 | 91.62 | 0.61 | 0.47 |
| Hex | 75 | C3 | 2F | 28 | 0 | 4C | 18 | 5C | 3D | 2F |
| Octal | 165 | 303 | 57 | 50 | 0 | 114 | 30 | 134 | 75 | 57 |
| Binary | 1110101 | 11000011 | 101111 | 101000 | 0 | 1001100 | 11000 | 1011100 | 111101 | 101111 |
Color Harmonies of #75C32F
Complementary color
Monochromatic Colors of #75C32F
Black with #75C32F
Text Example
Text Example
White with #75C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C32F; }
p { color: rgb(117,195,47); }
H1.HeaderClassName
{
color: #75C32F;
}
.AnyTagClassName
{
color: #75C32F;
}
</style>
background-color css
<style>
a { background-color: #75C32F; }
a { background-color: rgb(117,195,47); }
div.DivClassName
{
background-color: #75C32F;
}
.BgClassName
{
background-color: #75C32F;
}
</style>
border-color css
<style>
span { border-color: #75C32F; }
span { border-color: rgb(117,195,47); }
td.TdClassName
{
border-color: #75C32F;
}
.TagClassName
{
border-color: #75C32F;
}
</style>