Shades of Lima #7BB71C
Tints of Lima #7BB71C
RGB
CMYK
RGB Variations
Color information
#7BB71C (or 0x7BB71C) is known color: Lima. HEX triplet: 7B, B7 and 1C. RGB value is (123,183,28). Sum of RGB (Red+Green+Blue) = 123+183+28=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB71C is #8448E3. Grayscale: #939393. Windows color (decimal): -8669412 or 1881979. OLE color: 1881979.
HSL color Cylindrical-coordinate representation of color #7BB71C: hue angle of 83.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BB71C is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 28 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.28 |
| HSL | 83.23º | 0.73% | 0.41% | - |
| HSV(B) | 83.23º | 0.85% | 0.72% | - |
| XYZ | 25.31 | 38.16 | 7.13 | - |
| YUV | 147.39 | 60.62 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 28 | 0.33 | 0 | 0.85 | 0.28 | 83.23 | 0.73 | 0.41 |
| Hex | 7B | B7 | 1C | 21 | 0 | 55 | 1C | 53 | 49 | 29 |
| Octal | 173 | 267 | 34 | 41 | 0 | 125 | 34 | 123 | 111 | 51 |
| Binary | 1111011 | 10110111 | 11100 | 100001 | 0 | 1010101 | 11100 | 1010011 | 1001001 | 101001 |
Color Harmonies of #7BB71C
Complementary color
Monochromatic Colors of #7BB71C
Black with #7BB71C
Text Example
Text Example
White with #7BB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB71C; }
p { color: rgb(123,183,28); }
H1.HeaderClassName
{
color: #7BB71C;
}
.AnyTagClassName
{
color: #7BB71C;
}
</style>
background-color css
<style>
a { background-color: #7BB71C; }
a { background-color: rgb(123,183,28); }
div.DivClassName
{
background-color: #7BB71C;
}
.BgClassName
{
background-color: #7BB71C;
}
</style>
border-color css
<style>
span { border-color: #7BB71C; }
span { border-color: rgb(123,183,28); }
td.TdClassName
{
border-color: #7BB71C;
}
.TagClassName
{
border-color: #7BB71C;
}
</style>