Shades of Lima #7BB625
Tints of Lima #7BB625
RGB
CMYK
RGB Variations
Color information
#7BB625 (or 0x7BB625) is known color: Lima. HEX triplet: 7B, B6 and 25. RGB value is (123,182,37). Sum of RGB (Red+Green+Blue) = 123+182+37=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 182 (71.48% from 255 or 53.22% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB625 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB625 is #8449DA. Grayscale: #949494. Windows color (decimal): -8669659 or 2471547. OLE color: 2471547.
HSL color Cylindrical-coordinate representation of color #7BB625: hue angle of 84.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BB625 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 37 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.29 |
| HSL | 84.41º | 0.66% | 0.43% | - |
| HSV(B) | 84.41º | 0.8% | 0.71% | - |
| XYZ | 25.23 | 37.8 | 7.72 | - |
| YUV | 147.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 37 | 0.32 | 0 | 0.80 | 0.29 | 84.41 | 0.66 | 0.43 |
| Hex | 7B | B6 | 25 | 20 | 0 | 50 | 1D | 54 | 42 | 2B |
| Octal | 173 | 266 | 45 | 40 | 0 | 120 | 35 | 124 | 102 | 53 |
| Binary | 1111011 | 10110110 | 100101 | 100000 | 0 | 1010000 | 11101 | 1010100 | 1000010 | 101011 |
Color Harmonies of #7BB625
Complementary color
Monochromatic Colors of #7BB625
Black with #7BB625
Text Example
Text Example
White with #7BB625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB625; }
p { color: rgb(123,182,37); }
H1.HeaderClassName
{
color: #7BB625;
}
.AnyTagClassName
{
color: #7BB625;
}
</style>
background-color css
<style>
a { background-color: #7BB625; }
a { background-color: rgb(123,182,37); }
div.DivClassName
{
background-color: #7BB625;
}
.BgClassName
{
background-color: #7BB625;
}
</style>
border-color css
<style>
span { border-color: #7BB625; }
span { border-color: rgb(123,182,37); }
td.TdClassName
{
border-color: #7BB625;
}
.TagClassName
{
border-color: #7BB625;
}
</style>