Shades of Lima #7BC337
Tints of Lima #7BC337
RGB
CMYK
RGB Variations
Color information
#7BC337 (or 0x7BC337) is known color: Lima. HEX triplet: 7B, C3 and 37. RGB value is (123,195,55). Sum of RGB (Red+Green+Blue) = 123+195+55=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC337 is #843CC8. Grayscale: #9E9E9E. Windows color (decimal): -8666313 or 3654523. OLE color: 3654523.
HSL color Cylindrical-coordinate representation of color #7BC337: hue angle of 90.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BC337 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 55 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.24 |
| HSL | 90.86º | 0.56% | 0.49% | - |
| HSV(B) | 90.86º | 0.72% | 0.76% | - |
| XYZ | 28.37 | 43.52 | 10.52 | - |
| YUV | 157.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 55 | 0.37 | 0 | 0.72 | 0.24 | 90.86 | 0.56 | 0.49 |
| Hex | 7B | C3 | 37 | 25 | 0 | 48 | 18 | 5B | 38 | 31 |
| Octal | 173 | 303 | 67 | 45 | 0 | 110 | 30 | 133 | 70 | 61 |
| Binary | 1111011 | 11000011 | 110111 | 100101 | 0 | 1001000 | 11000 | 1011011 | 111000 | 110001 |
Color Harmonies of #7BC337
Complementary color
Monochromatic Colors of #7BC337
Black with #7BC337
Text Example
Text Example
White with #7BC337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC337; }
p { color: rgb(123,195,55); }
H1.HeaderClassName
{
color: #7BC337;
}
.AnyTagClassName
{
color: #7BC337;
}
</style>
background-color css
<style>
a { background-color: #7BC337; }
a { background-color: rgb(123,195,55); }
div.DivClassName
{
background-color: #7BC337;
}
.BgClassName
{
background-color: #7BC337;
}
</style>
border-color css
<style>
span { border-color: #7BC337; }
span { border-color: rgb(123,195,55); }
td.TdClassName
{
border-color: #7BC337;
}
.TagClassName
{
border-color: #7BC337;
}
</style>