Shades of Lima #7BC61C
Tints of Lima #7BC61C
RGB
CMYK
RGB Variations
Color information
#7BC61C (or 0x7BC61C) is known color: Lima. HEX triplet: 7B, C6 and 1C. RGB value is (123,198,28). Sum of RGB (Red+Green+Blue) = 123+198+28=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC61C is #8439E3. Grayscale: #9C9C9C. Windows color (decimal): -8665572 or 1885819. OLE color: 1885819.
HSL color Cylindrical-coordinate representation of color #7BC61C: hue angle of 86.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BC61C is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 28 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.22 |
| HSL | 86.47º | 0.75% | 0.44% | - |
| HSV(B) | 86.47º | 0.86% | 0.78% | - |
| XYZ | 28.57 | 44.68 | 8.22 | - |
| YUV | 156.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 28 | 0.38 | 0 | 0.86 | 0.22 | 86.47 | 0.75 | 0.44 |
| Hex | 7B | C6 | 1C | 26 | 0 | 56 | 16 | 56 | 4B | 2C |
| Octal | 173 | 306 | 34 | 46 | 0 | 126 | 26 | 126 | 113 | 54 |
| Binary | 1111011 | 11000110 | 11100 | 100110 | 0 | 1010110 | 10110 | 1010110 | 1001011 | 101100 |
Color Harmonies of #7BC61C
Complementary color
Monochromatic Colors of #7BC61C
Black with #7BC61C
Text Example
Text Example
White with #7BC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC61C; }
p { color: rgb(123,198,28); }
H1.HeaderClassName
{
color: #7BC61C;
}
.AnyTagClassName
{
color: #7BC61C;
}
</style>
background-color css
<style>
a { background-color: #7BC61C; }
a { background-color: rgb(123,198,28); }
div.DivClassName
{
background-color: #7BC61C;
}
.BgClassName
{
background-color: #7BC61C;
}
</style>
border-color css
<style>
span { border-color: #7BC61C; }
span { border-color: rgb(123,198,28); }
td.TdClassName
{
border-color: #7BC61C;
}
.TagClassName
{
border-color: #7BC61C;
}
</style>