Shades of Lima #7BB71A
Tints of Lima #7BB71A
RGB
CMYK
RGB Variations
Color information
#7BB71A (or 0x7BB71A) is known color: Lima. HEX triplet: 7B, B7 and 1A. RGB value is (123,183,26). Sum of RGB (Red+Green+Blue) = 123+183+26=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB71A is #8448E5. Grayscale: #939393. Windows color (decimal): -8669414 or 1750907. OLE color: 1750907.
HSL color Cylindrical-coordinate representation of color #7BB71A: hue angle of 82.93º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BB71A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 26 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.28 |
| HSL | 82.93º | 0.75% | 0.41% | - |
| HSV(B) | 82.93º | 0.86% | 0.72% | - |
| XYZ | 25.29 | 38.15 | 7.01 | - |
| YUV | 147.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 26 | 0.33 | 0 | 0.86 | 0.28 | 82.93 | 0.75 | 0.41 |
| Hex | 7B | B7 | 1A | 21 | 0 | 56 | 1C | 53 | 4B | 29 |
| Octal | 173 | 267 | 32 | 41 | 0 | 126 | 34 | 123 | 113 | 51 |
| Binary | 1111011 | 10110111 | 11010 | 100001 | 0 | 1010110 | 11100 | 1010011 | 1001011 | 101001 |
Color Harmonies of #7BB71A
Complementary color
Monochromatic Colors of #7BB71A
Black with #7BB71A
Text Example
Text Example
White with #7BB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB71A; }
p { color: rgb(123,183,26); }
H1.HeaderClassName
{
color: #7BB71A;
}
.AnyTagClassName
{
color: #7BB71A;
}
</style>
background-color css
<style>
a { background-color: #7BB71A; }
a { background-color: rgb(123,183,26); }
div.DivClassName
{
background-color: #7BB71A;
}
.BgClassName
{
background-color: #7BB71A;
}
</style>
border-color css
<style>
span { border-color: #7BB71A; }
span { border-color: rgb(123,183,26); }
td.TdClassName
{
border-color: #7BB71A;
}
.TagClassName
{
border-color: #7BB71A;
}
</style>