Shades of Lima #75AD27
Tints of Lima #75AD27
RGB
CMYK
RGB Variations
Color information
#75AD27 (or 0x75AD27) is known color: Lima. HEX triplet: 75, AD and 27. RGB value is (117,173,39). Sum of RGB (Red+Green+Blue) = 117+173+39=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD27 is #8A52D8. Grayscale: #8D8D8D. Windows color (decimal): -9065177 or 2600309. OLE color: 2600309.
HSL color Cylindrical-coordinate representation of color #75AD27: hue angle of 85.07º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75AD27 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 39 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.32 |
| HSL | 85.07º | 0.63% | 0.42% | - |
| HSV(B) | 85.07º | 0.77% | 0.68% | - |
| XYZ | 22.65 | 33.82 | 7.25 | - |
| YUV | 140.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 39 | 0.32 | 0 | 0.77 | 0.32 | 85.07 | 0.63 | 0.42 |
| Hex | 75 | AD | 27 | 20 | 0 | 4D | 20 | 55 | 3F | 2A |
| Octal | 165 | 255 | 47 | 40 | 0 | 115 | 40 | 125 | 77 | 52 |
| Binary | 1110101 | 10101101 | 100111 | 100000 | 0 | 1001101 | 100000 | 1010101 | 111111 | 101010 |
Color Harmonies of #75AD27
Complementary color
Monochromatic Colors of #75AD27
Black with #75AD27
Text Example
Text Example
White with #75AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD27; }
p { color: rgb(117,173,39); }
H1.HeaderClassName
{
color: #75AD27;
}
.AnyTagClassName
{
color: #75AD27;
}
</style>
background-color css
<style>
a { background-color: #75AD27; }
a { background-color: rgb(117,173,39); }
div.DivClassName
{
background-color: #75AD27;
}
.BgClassName
{
background-color: #75AD27;
}
</style>
border-color css
<style>
span { border-color: #75AD27; }
span { border-color: rgb(117,173,39); }
td.TdClassName
{
border-color: #75AD27;
}
.TagClassName
{
border-color: #75AD27;
}
</style>