Shades of Lima #7BBE36
Tints of Lima #7BBE36
RGB
CMYK
RGB Variations
Color information
#7BBE36 (or 0x7BBE36) is known color: Lima. HEX triplet: 7B, BE and 36. RGB value is (123,190,54). Sum of RGB (Red+Green+Blue) = 123+190+54=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE36 is #8441C9. Grayscale: #9A9A9A. Windows color (decimal): -8667594 or 3587707. OLE color: 3587707.
HSL color Cylindrical-coordinate representation of color #7BBE36: hue angle of 89.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BBE36 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 54 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.25 |
| HSL | 89.56º | 0.56% | 0.48% | - |
| HSV(B) | 89.56º | 0.72% | 0.75% | - |
| XYZ | 27.25 | 41.3 | 10.03 | - |
| YUV | 154.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 54 | 0.35 | 0 | 0.72 | 0.25 | 89.56 | 0.56 | 0.48 |
| Hex | 7B | BE | 36 | 23 | 0 | 48 | 19 | 5A | 38 | 30 |
| Octal | 173 | 276 | 66 | 43 | 0 | 110 | 31 | 132 | 70 | 60 |
| Binary | 1111011 | 10111110 | 110110 | 100011 | 0 | 1001000 | 11001 | 1011010 | 111000 | 110000 |
Color Harmonies of #7BBE36
Complementary color
Monochromatic Colors of #7BBE36
Black with #7BBE36
Text Example
Text Example
White with #7BBE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE36; }
p { color: rgb(123,190,54); }
H1.HeaderClassName
{
color: #7BBE36;
}
.AnyTagClassName
{
color: #7BBE36;
}
</style>
background-color css
<style>
a { background-color: #7BBE36; }
a { background-color: rgb(123,190,54); }
div.DivClassName
{
background-color: #7BBE36;
}
.BgClassName
{
background-color: #7BBE36;
}
</style>
border-color css
<style>
span { border-color: #7BBE36; }
span { border-color: rgb(123,190,54); }
td.TdClassName
{
border-color: #7BBE36;
}
.TagClassName
{
border-color: #7BBE36;
}
</style>