Shades of Lima #74AE33
Tints of Lima #74AE33
RGB
CMYK
RGB Variations
Color information
#74AE33 (or 0x74AE33) is known color: Lima. HEX triplet: 74, AE and 33. RGB value is (116,174,51). Sum of RGB (Red+Green+Blue) = 116+174+51=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE33 is #8B51CC. Grayscale: #8F8F8F. Windows color (decimal): -9130445 or 3386996. OLE color: 3386996.
HSL color Cylindrical-coordinate representation of color #74AE33: hue angle of 88.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74AE33 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 51 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.32 |
| HSL | 88.29º | 0.55% | 0.44% | - |
| HSV(B) | 88.29º | 0.71% | 0.68% | - |
| XYZ | 22.94 | 34.22 | 8.53 | - |
| YUV | 142.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 51 | 0.33 | 0 | 0.71 | 0.32 | 88.29 | 0.55 | 0.44 |
| Hex | 74 | AE | 33 | 21 | 0 | 47 | 20 | 58 | 37 | 2C |
| Octal | 164 | 256 | 63 | 41 | 0 | 107 | 40 | 130 | 67 | 54 |
| Binary | 1110100 | 10101110 | 110011 | 100001 | 0 | 1000111 | 100000 | 1011000 | 110111 | 101100 |
Color Harmonies of #74AE33
Complementary color
Monochromatic Colors of #74AE33
Black with #74AE33
Text Example
Text Example
White with #74AE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE33; }
p { color: rgb(116,174,51); }
H1.HeaderClassName
{
color: #74AE33;
}
.AnyTagClassName
{
color: #74AE33;
}
</style>
background-color css
<style>
a { background-color: #74AE33; }
a { background-color: rgb(116,174,51); }
div.DivClassName
{
background-color: #74AE33;
}
.BgClassName
{
background-color: #74AE33;
}
</style>
border-color css
<style>
span { border-color: #74AE33; }
span { border-color: rgb(116,174,51); }
td.TdClassName
{
border-color: #74AE33;
}
.TagClassName
{
border-color: #74AE33;
}
</style>