Shades of Lima #74AF2D
Tints of Lima #74AF2D
RGB
CMYK
RGB Variations
Color information
#74AF2D (or 0x74AF2D) is known color: Lima. HEX triplet: 74, AF and 2D. RGB value is (116,175,45). Sum of RGB (Red+Green+Blue) = 116+175+45=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF2D is #8B50D2. Grayscale: #8F8F8F. Windows color (decimal): -9130195 or 2994036. OLE color: 2994036.
HSL color Cylindrical-coordinate representation of color #74AF2D: hue angle of 87.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74AF2D is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 45 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.31 |
| HSL | 87.23º | 0.59% | 0.43% | - |
| HSV(B) | 87.23º | 0.74% | 0.69% | - |
| XYZ | 23.01 | 34.56 | 7.94 | - |
| YUV | 142.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 45 | 0.34 | 0 | 0.74 | 0.31 | 87.23 | 0.59 | 0.43 |
| Hex | 74 | AF | 2D | 22 | 0 | 4A | 1F | 57 | 3B | 2B |
| Octal | 164 | 257 | 55 | 42 | 0 | 112 | 37 | 127 | 73 | 53 |
| Binary | 1110100 | 10101111 | 101101 | 100010 | 0 | 1001010 | 11111 | 1010111 | 111011 | 101011 |
Color Harmonies of #74AF2D
Complementary color
Monochromatic Colors of #74AF2D
Black with #74AF2D
Text Example
Text Example
White with #74AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF2D; }
p { color: rgb(116,175,45); }
H1.HeaderClassName
{
color: #74AF2D;
}
.AnyTagClassName
{
color: #74AF2D;
}
</style>
background-color css
<style>
a { background-color: #74AF2D; }
a { background-color: rgb(116,175,45); }
div.DivClassName
{
background-color: #74AF2D;
}
.BgClassName
{
background-color: #74AF2D;
}
</style>
border-color css
<style>
span { border-color: #74AF2D; }
span { border-color: rgb(116,175,45); }
td.TdClassName
{
border-color: #74AF2D;
}
.TagClassName
{
border-color: #74AF2D;
}
</style>