Shades of Lima #7BC432
Tints of Lima #7BC432
RGB
CMYK
RGB Variations
Color information
#7BC432 (or 0x7BC432) is known color: Lima. HEX triplet: 7B, C4 and 32. RGB value is (123,196,50). Sum of RGB (Red+Green+Blue) = 123+196+50=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC432 is #843BCD. Grayscale: #9E9E9E. Windows color (decimal): -8666062 or 3327099. OLE color: 3327099.
HSL color Cylindrical-coordinate representation of color #7BC432: hue angle of 90º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BC432 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 50 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.23 |
| HSL | 90º | 0.59% | 0.48% | - |
| HSV(B) | 90º | 0.74% | 0.77% | - |
| XYZ | 28.48 | 43.92 | 9.99 | - |
| YUV | 157.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 50 | 0.37 | 0 | 0.74 | 0.23 | 90 | 0.59 | 0.48 |
| Hex | 7B | C4 | 32 | 25 | 0 | 4A | 17 | 5A | 3B | 30 |
| Octal | 173 | 304 | 62 | 45 | 0 | 112 | 27 | 132 | 73 | 60 |
| Binary | 1111011 | 11000100 | 110010 | 100101 | 0 | 1001010 | 10111 | 1011010 | 111011 | 110000 |
Color Harmonies of #7BC432
Complementary color
Monochromatic Colors of #7BC432
Black with #7BC432
Text Example
Text Example
White with #7BC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC432; }
p { color: rgb(123,196,50); }
H1.HeaderClassName
{
color: #7BC432;
}
.AnyTagClassName
{
color: #7BC432;
}
</style>
background-color css
<style>
a { background-color: #7BC432; }
a { background-color: rgb(123,196,50); }
div.DivClassName
{
background-color: #7BC432;
}
.BgClassName
{
background-color: #7BC432;
}
</style>
border-color css
<style>
span { border-color: #7BC432; }
span { border-color: rgb(123,196,50); }
td.TdClassName
{
border-color: #7BC432;
}
.TagClassName
{
border-color: #7BC432;
}
</style>