Shades of Lima #74AE25
Tints of Lima #74AE25
RGB
CMYK
RGB Variations
Color information
#74AE25 (or 0x74AE25) is known color: Lima. HEX triplet: 74, AE and 25. RGB value is (116,174,37). Sum of RGB (Red+Green+Blue) = 116+174+37=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE25 is #8B51DA. Grayscale: #8D8D8D. Windows color (decimal): -9130459 or 2469492. OLE color: 2469492.
HSL color Cylindrical-coordinate representation of color #74AE25: hue angle of 85.4º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74AE25 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 37 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.32 |
| HSL | 85.4º | 0.65% | 0.41% | - |
| HSV(B) | 85.4º | 0.79% | 0.68% | - |
| XYZ | 22.67 | 34.12 | 7.14 | - |
| YUV | 141.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 37 | 0.33 | 0 | 0.79 | 0.32 | 85.4 | 0.65 | 0.41 |
| Hex | 74 | AE | 25 | 21 | 0 | 4F | 20 | 55 | 41 | 29 |
| Octal | 164 | 256 | 45 | 41 | 0 | 117 | 40 | 125 | 101 | 51 |
| Binary | 1110100 | 10101110 | 100101 | 100001 | 0 | 1001111 | 100000 | 1010101 | 1000001 | 101001 |
Color Harmonies of #74AE25
Complementary color
Monochromatic Colors of #74AE25
Black with #74AE25
Text Example
Text Example
White with #74AE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE25; }
p { color: rgb(116,174,37); }
H1.HeaderClassName
{
color: #74AE25;
}
.AnyTagClassName
{
color: #74AE25;
}
</style>
background-color css
<style>
a { background-color: #74AE25; }
a { background-color: rgb(116,174,37); }
div.DivClassName
{
background-color: #74AE25;
}
.BgClassName
{
background-color: #74AE25;
}
</style>
border-color css
<style>
span { border-color: #74AE25; }
span { border-color: rgb(116,174,37); }
td.TdClassName
{
border-color: #74AE25;
}
.TagClassName
{
border-color: #74AE25;
}
</style>