Shades of Lima #75AF28
Tints of Lima #75AF28
RGB
CMYK
RGB Variations
Color information
#75AF28 (or 0x75AF28) is known color: Lima. HEX triplet: 75, AF and 28. RGB value is (117,175,40). Sum of RGB (Red+Green+Blue) = 117+175+40=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AF28 is #8A50D7. Grayscale: #8E8E8E. Windows color (decimal): -9064664 or 2666357. OLE color: 2666357.
HSL color Cylindrical-coordinate representation of color #75AF28: hue angle of 85.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75AF28 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 175 | 40 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.31 |
| HSL | 85.78º | 0.63% | 0.42% | - |
| HSV(B) | 85.78º | 0.77% | 0.69% | - |
| XYZ | 23.05 | 34.6 | 7.47 | - |
| YUV | 142.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 175 | 40 | 0.33 | 0 | 0.77 | 0.31 | 85.78 | 0.63 | 0.42 |
| Hex | 75 | AF | 28 | 21 | 0 | 4D | 1F | 56 | 3F | 2A |
| Octal | 165 | 257 | 50 | 41 | 0 | 115 | 37 | 126 | 77 | 52 |
| Binary | 1110101 | 10101111 | 101000 | 100001 | 0 | 1001101 | 11111 | 1010110 | 111111 | 101010 |
Color Harmonies of #75AF28
Complementary color
Monochromatic Colors of #75AF28
Black with #75AF28
Text Example
Text Example
White with #75AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AF28; }
p { color: rgb(117,175,40); }
H1.HeaderClassName
{
color: #75AF28;
}
.AnyTagClassName
{
color: #75AF28;
}
</style>
background-color css
<style>
a { background-color: #75AF28; }
a { background-color: rgb(117,175,40); }
div.DivClassName
{
background-color: #75AF28;
}
.BgClassName
{
background-color: #75AF28;
}
</style>
border-color css
<style>
span { border-color: #75AF28; }
span { border-color: rgb(117,175,40); }
td.TdClassName
{
border-color: #75AF28;
}
.TagClassName
{
border-color: #75AF28;
}
</style>