Shades of Lima #7CB30B
Tints of Lima #7CB30B
RGB
CMYK
RGB Variations
Color information
#7CB30B (or 0x7CB30B) is known color: Lima. HEX triplet: 7C, B3 and 0B. RGB value is (124,179,11). Sum of RGB (Red+Green+Blue) = 124+179+11=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB30B is #834CF4. Grayscale: #909090. Windows color (decimal): -8604917 or 766844. OLE color: 766844.
HSL color Cylindrical-coordinate representation of color #7CB30B: hue angle of 79.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7CB30B is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 11 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.30 |
| HSL | 79.64º | 0.88% | 0.37% | - |
| HSV(B) | 79.64º | 0.94% | 0.7% | - |
| XYZ | 24.49 | 36.55 | 6.08 | - |
| YUV | 143.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 11 | 0.31 | 0 | 0.94 | 0.30 | 79.64 | 0.88 | 0.37 |
| Hex | 7C | B3 | B | 1F | 0 | 5E | 1E | 50 | 58 | 25 |
| Octal | 174 | 263 | 13 | 37 | 0 | 136 | 36 | 120 | 130 | 45 |
| Binary | 1111100 | 10110011 | 1011 | 11111 | 0 | 1011110 | 11110 | 1010000 | 1011000 | 100101 |
Color Harmonies of #7CB30B
Complementary color
Monochromatic Colors of #7CB30B
Black with #7CB30B
Text Example
Text Example
White with #7CB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB30B; }
p { color: rgb(124,179,11); }
H1.HeaderClassName
{
color: #7CB30B;
}
.AnyTagClassName
{
color: #7CB30B;
}
</style>
background-color css
<style>
a { background-color: #7CB30B; }
a { background-color: rgb(124,179,11); }
div.DivClassName
{
background-color: #7CB30B;
}
.BgClassName
{
background-color: #7CB30B;
}
</style>
border-color css
<style>
span { border-color: #7CB30B; }
span { border-color: rgb(124,179,11); }
td.TdClassName
{
border-color: #7CB30B;
}
.TagClassName
{
border-color: #7CB30B;
}
</style>