Shades of Lima #74AD27
Tints of Lima #74AD27
RGB
CMYK
RGB Variations
Color information
#74AD27 (or 0x74AD27) is known color: Lima. HEX triplet: 74, AD and 27. RGB value is (116,173,39). Sum of RGB (Red+Green+Blue) = 116+173+39=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD27 is #8B52D8. Grayscale: #8D8D8D. Windows color (decimal): -9130713 or 2600308. OLE color: 2600308.
HSL color Cylindrical-coordinate representation of color #74AD27: hue angle of 85.52º 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 #74AD27 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 39 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.32 |
| HSL | 85.52º | 0.63% | 0.42% | - |
| HSV(B) | 85.52º | 0.77% | 0.68% | - |
| XYZ | 22.51 | 33.75 | 7.25 | - |
| YUV | 140.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 39 | 0.33 | 0 | 0.77 | 0.32 | 85.52 | 0.63 | 0.42 |
| Hex | 74 | AD | 27 | 21 | 0 | 4D | 20 | 56 | 3F | 2A |
| Octal | 164 | 255 | 47 | 41 | 0 | 115 | 40 | 126 | 77 | 52 |
| Binary | 1110100 | 10101101 | 100111 | 100001 | 0 | 1001101 | 100000 | 1010110 | 111111 | 101010 |
Color Harmonies of #74AD27
Complementary color
Monochromatic Colors of #74AD27
Black with #74AD27
Text Example
Text Example
White with #74AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD27; }
p { color: rgb(116,173,39); }
H1.HeaderClassName
{
color: #74AD27;
}
.AnyTagClassName
{
color: #74AD27;
}
</style>
background-color css
<style>
a { background-color: #74AD27; }
a { background-color: rgb(116,173,39); }
div.DivClassName
{
background-color: #74AD27;
}
.BgClassName
{
background-color: #74AD27;
}
</style>
border-color css
<style>
span { border-color: #74AD27; }
span { border-color: rgb(116,173,39); }
td.TdClassName
{
border-color: #74AD27;
}
.TagClassName
{
border-color: #74AD27;
}
</style>