Shades of Lima #7CB123
Tints of Lima #7CB123
RGB
CMYK
RGB Variations
Color information
#7CB123 (or 0x7CB123) is known color: Lima. HEX triplet: 7C, B1 and 23. RGB value is (124,177,35). Sum of RGB (Red+Green+Blue) = 124+177+35=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB123 is #834EDC. Grayscale: #919191. Windows color (decimal): -8605405 or 2339196. OLE color: 2339196.
HSL color Cylindrical-coordinate representation of color #7CB123: hue angle of 82.39º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7CB123 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 35 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.31 |
| HSL | 82.39º | 0.67% | 0.42% | - |
| HSV(B) | 82.39º | 0.8% | 0.69% | - |
| XYZ | 24.34 | 35.85 | 7.23 | - |
| YUV | 144.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 35 | 0.30 | 0 | 0.80 | 0.31 | 82.39 | 0.67 | 0.42 |
| Hex | 7C | B1 | 23 | 1E | 0 | 50 | 1F | 52 | 43 | 2A |
| Octal | 174 | 261 | 43 | 36 | 0 | 120 | 37 | 122 | 103 | 52 |
| Binary | 1111100 | 10110001 | 100011 | 11110 | 0 | 1010000 | 11111 | 1010010 | 1000011 | 101010 |
Color Harmonies of #7CB123
Complementary color
Monochromatic Colors of #7CB123
Black with #7CB123
Text Example
Text Example
White with #7CB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB123; }
p { color: rgb(124,177,35); }
H1.HeaderClassName
{
color: #7CB123;
}
.AnyTagClassName
{
color: #7CB123;
}
</style>
background-color css
<style>
a { background-color: #7CB123; }
a { background-color: rgb(124,177,35); }
div.DivClassName
{
background-color: #7CB123;
}
.BgClassName
{
background-color: #7CB123;
}
</style>
border-color css
<style>
span { border-color: #7CB123; }
span { border-color: rgb(124,177,35); }
td.TdClassName
{
border-color: #7CB123;
}
.TagClassName
{
border-color: #7CB123;
}
</style>