Shades of Lima #75C124
Tints of Lima #75C124
RGB
CMYK
RGB Variations
Color information
#75C124 (or 0x75C124) is known color: Lima. HEX triplet: 75, C1 and 24. RGB value is (117,193,36). Sum of RGB (Red+Green+Blue) = 117+193+36=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #75C124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C124 is #8A3EDB. Grayscale: #989898. Windows color (decimal): -9060060 or 2408821. OLE color: 2408821.
HSL color Cylindrical-coordinate representation of color #75C124: hue angle of 89.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75C124 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 36 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.24 |
| HSL | 89.04º | 0.69% | 0.45% | - |
| HSV(B) | 89.04º | 0.81% | 0.76% | - |
| XYZ | 26.72 | 42.05 | 8.38 | - |
| YUV | 152.38 | 62.32 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 36 | 0.39 | 0 | 0.81 | 0.24 | 89.04 | 0.69 | 0.45 |
| Hex | 75 | C1 | 24 | 27 | 0 | 51 | 18 | 59 | 45 | 2D |
| Octal | 165 | 301 | 44 | 47 | 0 | 121 | 30 | 131 | 105 | 55 |
| Binary | 1110101 | 11000001 | 100100 | 100111 | 0 | 1010001 | 11000 | 1011001 | 1000101 | 101101 |
Color Harmonies of #75C124
Complementary color
Monochromatic Colors of #75C124
Black with #75C124
Text Example
Text Example
White with #75C124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C124; }
p { color: rgb(117,193,36); }
H1.HeaderClassName
{
color: #75C124;
}
.AnyTagClassName
{
color: #75C124;
}
</style>
background-color css
<style>
a { background-color: #75C124; }
a { background-color: rgb(117,193,36); }
div.DivClassName
{
background-color: #75C124;
}
.BgClassName
{
background-color: #75C124;
}
</style>
border-color css
<style>
span { border-color: #75C124; }
span { border-color: rgb(117,193,36); }
td.TdClassName
{
border-color: #75C124;
}
.TagClassName
{
border-color: #75C124;
}
</style>