Shades of Lima #7CBA30
Tints of Lima #7CBA30
RGB
CMYK
RGB Variations
Color information
#7CBA30 (or 0x7CBA30) is known color: Lima. HEX triplet: 7C, BA and 30. RGB value is (124,186,48). Sum of RGB (Red+Green+Blue) = 124+186+48=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA30 is #8345CF. Grayscale: #989898. Windows color (decimal): -8603088 or 3193468. OLE color: 3193468.
HSL color Cylindrical-coordinate representation of color #7CBA30: hue angle of 86.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CBA30 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 48 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.27 |
| HSL | 86.96º | 0.59% | 0.46% | - |
| HSV(B) | 86.96º | 0.74% | 0.73% | - |
| XYZ | 26.4 | 39.62 | 9.05 | - |
| YUV | 151.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 48 | 0.33 | 0 | 0.74 | 0.27 | 86.96 | 0.59 | 0.46 |
| Hex | 7C | BA | 30 | 21 | 0 | 4A | 1B | 57 | 3B | 2E |
| Octal | 174 | 272 | 60 | 41 | 0 | 112 | 33 | 127 | 73 | 56 |
| Binary | 1111100 | 10111010 | 110000 | 100001 | 0 | 1001010 | 11011 | 1010111 | 111011 | 101110 |
Color Harmonies of #7CBA30
Complementary color
Monochromatic Colors of #7CBA30
Black with #7CBA30
Text Example
Text Example
White with #7CBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA30; }
p { color: rgb(124,186,48); }
H1.HeaderClassName
{
color: #7CBA30;
}
.AnyTagClassName
{
color: #7CBA30;
}
</style>
background-color css
<style>
a { background-color: #7CBA30; }
a { background-color: rgb(124,186,48); }
div.DivClassName
{
background-color: #7CBA30;
}
.BgClassName
{
background-color: #7CBA30;
}
</style>
border-color css
<style>
span { border-color: #7CBA30; }
span { border-color: rgb(124,186,48); }
td.TdClassName
{
border-color: #7CBA30;
}
.TagClassName
{
border-color: #7CBA30;
}
</style>