Shades of Lima #74AF2B
Tints of Lima #74AF2B
RGB
CMYK
RGB Variations
Color information
#74AF2B (or 0x74AF2B) is known color: Lima. HEX triplet: 74, AF and 2B. RGB value is (116,175,43). Sum of RGB (Red+Green+Blue) = 116+175+43=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF2B is #8B50D4. Grayscale: #8E8E8E. Windows color (decimal): -9130197 or 2862964. OLE color: 2862964.
HSL color Cylindrical-coordinate representation of color #74AF2B: hue angle of 86.82º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74AF2B is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 43 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.31 |
| HSL | 86.82º | 0.61% | 0.43% | - |
| HSV(B) | 86.82º | 0.75% | 0.69% | - |
| XYZ | 22.97 | 34.55 | 7.74 | - |
| YUV | 142.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 43 | 0.34 | 0 | 0.75 | 0.31 | 86.82 | 0.61 | 0.43 |
| Hex | 74 | AF | 2B | 22 | 0 | 4B | 1F | 57 | 3D | 2B |
| Octal | 164 | 257 | 53 | 42 | 0 | 113 | 37 | 127 | 75 | 53 |
| Binary | 1110100 | 10101111 | 101011 | 100010 | 0 | 1001011 | 11111 | 1010111 | 111101 | 101011 |
Color Harmonies of #74AF2B
Complementary color
Monochromatic Colors of #74AF2B
Black with #74AF2B
Text Example
Text Example
White with #74AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF2B; }
p { color: rgb(116,175,43); }
H1.HeaderClassName
{
color: #74AF2B;
}
.AnyTagClassName
{
color: #74AF2B;
}
</style>
background-color css
<style>
a { background-color: #74AF2B; }
a { background-color: rgb(116,175,43); }
div.DivClassName
{
background-color: #74AF2B;
}
.BgClassName
{
background-color: #74AF2B;
}
</style>
border-color css
<style>
span { border-color: #74AF2B; }
span { border-color: rgb(116,175,43); }
td.TdClassName
{
border-color: #74AF2B;
}
.TagClassName
{
border-color: #74AF2B;
}
</style>