Shades of Lima #74AA28
Tints of Lima #74AA28
RGB
CMYK
RGB Variations
Color information
#74AA28 (or 0x74AA28) is known color: Lima. HEX triplet: 74, AA and 28. RGB value is (116,170,40). Sum of RGB (Red+Green+Blue) = 116+170+40=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA28 is #8B55D7. Grayscale: #8B8B8B. Windows color (decimal): -9131480 or 2665076. OLE color: 2665076.
HSL color Cylindrical-coordinate representation of color #74AA28: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74AA28 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 40 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.33 |
| HSL | 84.92º | 0.62% | 0.41% | - |
| HSV(B) | 84.92º | 0.76% | 0.67% | - |
| XYZ | 21.96 | 32.62 | 7.15 | - |
| YUV | 139.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 40 | 0.32 | 0 | 0.76 | 0.33 | 84.92 | 0.62 | 0.41 |
| Hex | 74 | AA | 28 | 20 | 0 | 4C | 21 | 55 | 3E | 29 |
| Octal | 164 | 252 | 50 | 40 | 0 | 114 | 41 | 125 | 76 | 51 |
| Binary | 1110100 | 10101010 | 101000 | 100000 | 0 | 1001100 | 100001 | 1010101 | 111110 | 101001 |
Color Harmonies of #74AA28
Complementary color
Monochromatic Colors of #74AA28
Black with #74AA28
Text Example
Text Example
White with #74AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA28; }
p { color: rgb(116,170,40); }
H1.HeaderClassName
{
color: #74AA28;
}
.AnyTagClassName
{
color: #74AA28;
}
</style>
background-color css
<style>
a { background-color: #74AA28; }
a { background-color: rgb(116,170,40); }
div.DivClassName
{
background-color: #74AA28;
}
.BgClassName
{
background-color: #74AA28;
}
</style>
border-color css
<style>
span { border-color: #74AA28; }
span { border-color: rgb(116,170,40); }
td.TdClassName
{
border-color: #74AA28;
}
.TagClassName
{
border-color: #74AA28;
}
</style>