Shades of Lima #7BC60D
Tints of Lima #7BC60D
RGB
CMYK
RGB Variations
Color information
#7BC60D (or 0x7BC60D) is known color: Lima. HEX triplet: 7B, C6 and 0D. RGB value is (123,198,13). Sum of RGB (Red+Green+Blue) = 123+198+13=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC60D is #8439F2. Grayscale: #9B9B9B. Windows color (decimal): -8665587 or 902779. OLE color: 902779.
HSL color Cylindrical-coordinate representation of color #7BC60D: hue angle of 84.32º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BC60D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 13 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.22 |
| HSL | 84.32º | 0.88% | 0.41% | - |
| HSV(B) | 84.32º | 0.93% | 0.78% | - |
| XYZ | 28.44 | 44.63 | 7.5 | - |
| YUV | 154.49 | 48.15 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 13 | 0.38 | 0 | 0.93 | 0.22 | 84.32 | 0.88 | 0.41 |
| Hex | 7B | C6 | D | 26 | 0 | 5D | 16 | 54 | 58 | 29 |
| Octal | 173 | 306 | 15 | 46 | 0 | 135 | 26 | 124 | 130 | 51 |
| Binary | 1111011 | 11000110 | 1101 | 100110 | 0 | 1011101 | 10110 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7BC60D
Complementary color
Monochromatic Colors of #7BC60D
Black with #7BC60D
Text Example
Text Example
White with #7BC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC60D; }
p { color: rgb(123,198,13); }
H1.HeaderClassName
{
color: #7BC60D;
}
.AnyTagClassName
{
color: #7BC60D;
}
</style>
background-color css
<style>
a { background-color: #7BC60D; }
a { background-color: rgb(123,198,13); }
div.DivClassName
{
background-color: #7BC60D;
}
.BgClassName
{
background-color: #7BC60D;
}
</style>
border-color css
<style>
span { border-color: #7BC60D; }
span { border-color: rgb(123,198,13); }
td.TdClassName
{
border-color: #7BC60D;
}
.TagClassName
{
border-color: #7BC60D;
}
</style>