Shades of Lima #74AE26
Tints of Lima #74AE26
RGB
CMYK
RGB Variations
Color information
#74AE26 (or 0x74AE26) is known color: Lima. HEX triplet: 74, AE and 26. RGB value is (116,174,38). Sum of RGB (Red+Green+Blue) = 116+174+38=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE26 is #8B51D9. Grayscale: #8D8D8D. Windows color (decimal): -9130458 or 2535028. OLE color: 2535028.
HSL color Cylindrical-coordinate representation of color #74AE26: hue angle of 85.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74AE26 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 38 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.32 |
| HSL | 85.59º | 0.64% | 0.42% | - |
| HSV(B) | 85.59º | 0.78% | 0.68% | - |
| XYZ | 22.69 | 34.13 | 7.22 | - |
| YUV | 141.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 38 | 0.33 | 0 | 0.78 | 0.32 | 85.59 | 0.64 | 0.42 |
| Hex | 74 | AE | 26 | 21 | 0 | 4E | 20 | 56 | 40 | 2A |
| Octal | 164 | 256 | 46 | 41 | 0 | 116 | 40 | 126 | 100 | 52 |
| Binary | 1110100 | 10101110 | 100110 | 100001 | 0 | 1001110 | 100000 | 1010110 | 1000000 | 101010 |
Color Harmonies of #74AE26
Complementary color
Monochromatic Colors of #74AE26
Black with #74AE26
Text Example
Text Example
White with #74AE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE26; }
p { color: rgb(116,174,38); }
H1.HeaderClassName
{
color: #74AE26;
}
.AnyTagClassName
{
color: #74AE26;
}
</style>
background-color css
<style>
a { background-color: #74AE26; }
a { background-color: rgb(116,174,38); }
div.DivClassName
{
background-color: #74AE26;
}
.BgClassName
{
background-color: #74AE26;
}
</style>
border-color css
<style>
span { border-color: #74AE26; }
span { border-color: rgb(116,174,38); }
td.TdClassName
{
border-color: #74AE26;
}
.TagClassName
{
border-color: #74AE26;
}
</style>