Shades of Lima #7BC41D
Tints of Lima #7BC41D
RGB
CMYK
RGB Variations
Color information
#7BC41D (or 0x7BC41D) is known color: Lima. HEX triplet: 7B, C4 and 1D. RGB value is (123,196,29). Sum of RGB (Red+Green+Blue) = 123+196+29=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC41D is #843BE2. Grayscale: #9B9B9B. Windows color (decimal): -8666083 or 1950843. OLE color: 1950843.
HSL color Cylindrical-coordinate representation of color #7BC41D: hue angle of 86.23º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BC41D is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 29 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.23 |
| HSL | 86.23º | 0.74% | 0.44% | - |
| HSV(B) | 86.23º | 0.85% | 0.77% | - |
| XYZ | 28.13 | 43.78 | 8.13 | - |
| YUV | 155.14 | 56.82 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 29 | 0.37 | 0 | 0.85 | 0.23 | 86.23 | 0.74 | 0.44 |
| Hex | 7B | C4 | 1D | 25 | 0 | 55 | 17 | 56 | 4A | 2C |
| Octal | 173 | 304 | 35 | 45 | 0 | 125 | 27 | 126 | 112 | 54 |
| Binary | 1111011 | 11000100 | 11101 | 100101 | 0 | 1010101 | 10111 | 1010110 | 1001010 | 101100 |
Color Harmonies of #7BC41D
Complementary color
Monochromatic Colors of #7BC41D
Black with #7BC41D
Text Example
Text Example
White with #7BC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC41D; }
p { color: rgb(123,196,29); }
H1.HeaderClassName
{
color: #7BC41D;
}
.AnyTagClassName
{
color: #7BC41D;
}
</style>
background-color css
<style>
a { background-color: #7BC41D; }
a { background-color: rgb(123,196,29); }
div.DivClassName
{
background-color: #7BC41D;
}
.BgClassName
{
background-color: #7BC41D;
}
</style>
border-color css
<style>
span { border-color: #7BC41D; }
span { border-color: rgb(123,196,29); }
td.TdClassName
{
border-color: #7BC41D;
}
.TagClassName
{
border-color: #7BC41D;
}
</style>