Shades of Lima #7CB618
Tints of Lima #7CB618
RGB
CMYK
RGB Variations
Color information
#7CB618 (or 0x7CB618) is known color: Lima. HEX triplet: 7C, B6 and 18. RGB value is (124,182,24). Sum of RGB (Red+Green+Blue) = 124+182+24=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB618 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB618 is #8349E7. Grayscale: #939393. Windows color (decimal): -8604136 or 1619580. OLE color: 1619580.
HSL color Cylindrical-coordinate representation of color #7CB618: hue angle of 82.03º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CB618 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 24 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.29 |
| HSL | 82.03º | 0.77% | 0.4% | - |
| HSV(B) | 82.03º | 0.87% | 0.71% | - |
| XYZ | 25.21 | 37.81 | 6.83 | - |
| YUV | 146.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 24 | 0.32 | 0 | 0.87 | 0.29 | 82.03 | 0.77 | 0.4 |
| Hex | 7C | B6 | 18 | 20 | 0 | 57 | 1D | 52 | 4D | 28 |
| Octal | 174 | 266 | 30 | 40 | 0 | 127 | 35 | 122 | 115 | 50 |
| Binary | 1111100 | 10110110 | 11000 | 100000 | 0 | 1010111 | 11101 | 1010010 | 1001101 | 101000 |
Color Harmonies of #7CB618
Complementary color
Monochromatic Colors of #7CB618
Black with #7CB618
Text Example
Text Example
White with #7CB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB618; }
p { color: rgb(124,182,24); }
H1.HeaderClassName
{
color: #7CB618;
}
.AnyTagClassName
{
color: #7CB618;
}
</style>
background-color css
<style>
a { background-color: #7CB618; }
a { background-color: rgb(124,182,24); }
div.DivClassName
{
background-color: #7CB618;
}
.BgClassName
{
background-color: #7CB618;
}
</style>
border-color css
<style>
span { border-color: #7CB618; }
span { border-color: rgb(124,182,24); }
td.TdClassName
{
border-color: #7CB618;
}
.TagClassName
{
border-color: #7CB618;
}
</style>