Shades of Lima #7BC434
Tints of Lima #7BC434
RGB
CMYK
RGB Variations
Color information
#7BC434 (or 0x7BC434) is known color: Lima. HEX triplet: 7B, C4 and 34. RGB value is (123,196,52). Sum of RGB (Red+Green+Blue) = 123+196+52=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC434 is #843BCB. Grayscale: #9E9E9E. Windows color (decimal): -8666060 or 3458171. OLE color: 3458171.
HSL color Cylindrical-coordinate representation of color #7BC434: hue angle of 90.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BC434 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 52 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.23 |
| HSL | 90.42º | 0.58% | 0.49% | - |
| HSV(B) | 90.42º | 0.73% | 0.77% | - |
| XYZ | 28.53 | 43.94 | 10.23 | - |
| YUV | 157.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 52 | 0.37 | 0 | 0.73 | 0.23 | 90.42 | 0.58 | 0.49 |
| Hex | 7B | C4 | 34 | 25 | 0 | 49 | 17 | 5A | 3A | 31 |
| Octal | 173 | 304 | 64 | 45 | 0 | 111 | 27 | 132 | 72 | 61 |
| Binary | 1111011 | 11000100 | 110100 | 100101 | 0 | 1001001 | 10111 | 1011010 | 111010 | 110001 |
Color Harmonies of #7BC434
Complementary color
Monochromatic Colors of #7BC434
Black with #7BC434
Text Example
Text Example
White with #7BC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC434; }
p { color: rgb(123,196,52); }
H1.HeaderClassName
{
color: #7BC434;
}
.AnyTagClassName
{
color: #7BC434;
}
</style>
background-color css
<style>
a { background-color: #7BC434; }
a { background-color: rgb(123,196,52); }
div.DivClassName
{
background-color: #7BC434;
}
.BgClassName
{
background-color: #7BC434;
}
</style>
border-color css
<style>
span { border-color: #7BC434; }
span { border-color: rgb(123,196,52); }
td.TdClassName
{
border-color: #7BC434;
}
.TagClassName
{
border-color: #7BC434;
}
</style>