Shades of Lima #7BB730
Tints of Lima #7BB730
RGB
CMYK
RGB Variations
Color information
#7BB730 (or 0x7BB730) is known color: Lima. HEX triplet: 7B, B7 and 30. RGB value is (123,183,48). Sum of RGB (Red+Green+Blue) = 123+183+48=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB730 is #8448CF. Grayscale: #969696. Windows color (decimal): -8669392 or 3192699. OLE color: 3192699.
HSL color Cylindrical-coordinate representation of color #7BB730: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BB730 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 48 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.28 |
| HSL | 86.67º | 0.58% | 0.45% | - |
| HSV(B) | 86.67º | 0.74% | 0.72% | - |
| XYZ | 25.64 | 38.29 | 8.84 | - |
| YUV | 149.67 | 70.62 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 48 | 0.33 | 0 | 0.74 | 0.28 | 86.67 | 0.58 | 0.45 |
| Hex | 7B | B7 | 30 | 21 | 0 | 4A | 1C | 57 | 3A | 2D |
| Octal | 173 | 267 | 60 | 41 | 0 | 112 | 34 | 127 | 72 | 55 |
| Binary | 1111011 | 10110111 | 110000 | 100001 | 0 | 1001010 | 11100 | 1010111 | 111010 | 101101 |
Color Harmonies of #7BB730
Complementary color
Monochromatic Colors of #7BB730
Black with #7BB730
Text Example
Text Example
White with #7BB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB730; }
p { color: rgb(123,183,48); }
H1.HeaderClassName
{
color: #7BB730;
}
.AnyTagClassName
{
color: #7BB730;
}
</style>
background-color css
<style>
a { background-color: #7BB730; }
a { background-color: rgb(123,183,48); }
div.DivClassName
{
background-color: #7BB730;
}
.BgClassName
{
background-color: #7BB730;
}
</style>
border-color css
<style>
span { border-color: #7BB730; }
span { border-color: rgb(123,183,48); }
td.TdClassName
{
border-color: #7BB730;
}
.TagClassName
{
border-color: #7BB730;
}
</style>