Shades of Lima #7CB92F
Tints of Lima #7CB92F
RGB
CMYK
RGB Variations
Color information
#7CB92F (or 0x7CB92F) is known color: Lima. HEX triplet: 7C, B9 and 2F. RGB value is (124,185,47). Sum of RGB (Red+Green+Blue) = 124+185+47=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB92F is #8346D0. Grayscale: #979797. Windows color (decimal): -8603345 or 3127676. OLE color: 3127676.
HSL color Cylindrical-coordinate representation of color #7CB92F: hue angle of 86.52º 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 #7CB92F is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 47 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.27 |
| HSL | 86.52º | 0.59% | 0.45% | - |
| HSV(B) | 86.52º | 0.75% | 0.73% | - |
| XYZ | 26.17 | 39.19 | 8.87 | - |
| YUV | 151.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 47 | 0.33 | 0 | 0.75 | 0.27 | 86.52 | 0.59 | 0.45 |
| Hex | 7C | B9 | 2F | 21 | 0 | 4B | 1B | 57 | 3B | 2D |
| Octal | 174 | 271 | 57 | 41 | 0 | 113 | 33 | 127 | 73 | 55 |
| Binary | 1111100 | 10111001 | 101111 | 100001 | 0 | 1001011 | 11011 | 1010111 | 111011 | 101101 |
Color Harmonies of #7CB92F
Complementary color
Monochromatic Colors of #7CB92F
Black with #7CB92F
Text Example
Text Example
White with #7CB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB92F; }
p { color: rgb(124,185,47); }
H1.HeaderClassName
{
color: #7CB92F;
}
.AnyTagClassName
{
color: #7CB92F;
}
</style>
background-color css
<style>
a { background-color: #7CB92F; }
a { background-color: rgb(124,185,47); }
div.DivClassName
{
background-color: #7CB92F;
}
.BgClassName
{
background-color: #7CB92F;
}
</style>
border-color css
<style>
span { border-color: #7CB92F; }
span { border-color: rgb(124,185,47); }
td.TdClassName
{
border-color: #7CB92F;
}
.TagClassName
{
border-color: #7CB92F;
}
</style>