Shades of Lima #74B92F
Tints of Lima #74B92F
RGB
CMYK
RGB Variations
Color information
#74B92F (or 0x74B92F) is known color: Lima. HEX triplet: 74, B9 and 2F. RGB value is (116,185,47). Sum of RGB (Red+Green+Blue) = 116+185+47=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #74B92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B92F is #8B46D0. Grayscale: #959595. Windows color (decimal): -9127633 or 3127668. OLE color: 3127668.
HSL color Cylindrical-coordinate representation of color #74B92F: hue angle of 90º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74B92F is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 47 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.27 |
| HSL | 90º | 0.59% | 0.45% | - |
| HSV(B) | 90º | 0.75% | 0.73% | - |
| XYZ | 25.06 | 38.62 | 8.82 | - |
| YUV | 148.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 47 | 0.37 | 0 | 0.75 | 0.27 | 90 | 0.59 | 0.45 |
| Hex | 74 | B9 | 2F | 25 | 0 | 4B | 1B | 5A | 3B | 2D |
| Octal | 164 | 271 | 57 | 45 | 0 | 113 | 33 | 132 | 73 | 55 |
| Binary | 1110100 | 10111001 | 101111 | 100101 | 0 | 1001011 | 11011 | 1011010 | 111011 | 101101 |
Color Harmonies of #74B92F
Complementary color
Monochromatic Colors of #74B92F
Black with #74B92F
Text Example
Text Example
White with #74B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B92F; }
p { color: rgb(116,185,47); }
H1.HeaderClassName
{
color: #74B92F;
}
.AnyTagClassName
{
color: #74B92F;
}
</style>
background-color css
<style>
a { background-color: #74B92F; }
a { background-color: rgb(116,185,47); }
div.DivClassName
{
background-color: #74B92F;
}
.BgClassName
{
background-color: #74B92F;
}
</style>
border-color css
<style>
span { border-color: #74B92F; }
span { border-color: rgb(116,185,47); }
td.TdClassName
{
border-color: #74B92F;
}
.TagClassName
{
border-color: #74B92F;
}
</style>