Shades of Lima #7BC236
Tints of Lima #7BC236
RGB
CMYK
RGB Variations
Color information
#7BC236 (or 0x7BC236) is known color: Lima. HEX triplet: 7B, C2 and 36. RGB value is (123,194,54). Sum of RGB (Red+Green+Blue) = 123+194+54=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC236 is #843DC9. Grayscale: #9D9D9D. Windows color (decimal): -8666570 or 3588731. OLE color: 3588731.
HSL color Cylindrical-coordinate representation of color #7BC236: hue angle of 90.43º 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 #7BC236 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 54 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.24 |
| HSL | 90.43º | 0.56% | 0.49% | - |
| HSV(B) | 90.43º | 0.72% | 0.76% | - |
| XYZ | 28.13 | 43.06 | 10.32 | - |
| YUV | 156.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 54 | 0.37 | 0 | 0.72 | 0.24 | 90.43 | 0.56 | 0.49 |
| Hex | 7B | C2 | 36 | 25 | 0 | 48 | 18 | 5A | 38 | 31 |
| Octal | 173 | 302 | 66 | 45 | 0 | 110 | 30 | 132 | 70 | 61 |
| Binary | 1111011 | 11000010 | 110110 | 100101 | 0 | 1001000 | 11000 | 1011010 | 111000 | 110001 |
Color Harmonies of #7BC236
Complementary color
Monochromatic Colors of #7BC236
Black with #7BC236
Text Example
Text Example
White with #7BC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC236; }
p { color: rgb(123,194,54); }
H1.HeaderClassName
{
color: #7BC236;
}
.AnyTagClassName
{
color: #7BC236;
}
</style>
background-color css
<style>
a { background-color: #7BC236; }
a { background-color: rgb(123,194,54); }
div.DivClassName
{
background-color: #7BC236;
}
.BgClassName
{
background-color: #7BC236;
}
</style>
border-color css
<style>
span { border-color: #7BC236; }
span { border-color: rgb(123,194,54); }
td.TdClassName
{
border-color: #7BC236;
}
.TagClassName
{
border-color: #7BC236;
}
</style>