Shades of Lima #75C11D
Tints of Lima #75C11D
RGB
CMYK
RGB Variations
Color information
#75C11D (or 0x75C11D) is known color: Lima. HEX triplet: 75, C1 and 1D. RGB value is (117,193,29). Sum of RGB (Red+Green+Blue) = 117+193+29=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #75C11D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C11D is #8A3EE2. Grayscale: #989898. Windows color (decimal): -9060067 or 1950069. OLE color: 1950069.
HSL color Cylindrical-coordinate representation of color #75C11D: hue angle of 87.8º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75C11D is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 29 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.24 |
| HSL | 87.8º | 0.74% | 0.44% | - |
| HSV(B) | 87.8º | 0.85% | 0.76% | - |
| XYZ | 26.63 | 42.01 | 7.87 | - |
| YUV | 151.58 | 58.82 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 29 | 0.39 | 0 | 0.85 | 0.24 | 87.8 | 0.74 | 0.44 |
| Hex | 75 | C1 | 1D | 27 | 0 | 55 | 18 | 58 | 4A | 2C |
| Octal | 165 | 301 | 35 | 47 | 0 | 125 | 30 | 130 | 112 | 54 |
| Binary | 1110101 | 11000001 | 11101 | 100111 | 0 | 1010101 | 11000 | 1011000 | 1001010 | 101100 |
Color Harmonies of #75C11D
Complementary color
Monochromatic Colors of #75C11D
Black with #75C11D
Text Example
Text Example
White with #75C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C11D; }
p { color: rgb(117,193,29); }
H1.HeaderClassName
{
color: #75C11D;
}
.AnyTagClassName
{
color: #75C11D;
}
</style>
background-color css
<style>
a { background-color: #75C11D; }
a { background-color: rgb(117,193,29); }
div.DivClassName
{
background-color: #75C11D;
}
.BgClassName
{
background-color: #75C11D;
}
</style>
border-color css
<style>
span { border-color: #75C11D; }
span { border-color: rgb(117,193,29); }
td.TdClassName
{
border-color: #75C11D;
}
.TagClassName
{
border-color: #75C11D;
}
</style>