Shades of Lima #7BC601
Tints of Lima #7BC601
RGB
CMYK
RGB Variations
Color information
#7BC601 (or 0x7BC601) is known color: Lima. HEX triplet: 7B, C6 and 01. RGB value is (123,198,1). Sum of RGB (Red+Green+Blue) = 123+198+1=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC601 is #8439FE. Grayscale: #999999. Windows color (decimal): -8665599 or 116347. OLE color: 116347.
HSL color Cylindrical-coordinate representation of color #7BC601: hue angle of 82.84º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BC601 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.22 |
| HSL | 82.84º | 0.99% | 0.39% | - |
| HSV(B) | 82.84º | 0.99% | 0.78% | - |
| XYZ | 28.37 | 44.6 | 7.14 | - |
| YUV | 153.12 | 42.15 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 1 | 0.38 | 0 | 0.99 | 0.22 | 82.84 | 0.99 | 0.39 |
| Hex | 7B | C6 | 1 | 26 | 0 | 63 | 16 | 53 | 63 | 27 |
| Octal | 173 | 306 | 1 | 46 | 0 | 143 | 26 | 123 | 143 | 47 |
| Binary | 1111011 | 11000110 | 1 | 100110 | 0 | 1100011 | 10110 | 1010011 | 1100011 | 100111 |
Color Harmonies of #7BC601
Complementary color
Monochromatic Colors of #7BC601
Black with #7BC601
Text Example
Text Example
White with #7BC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC601; }
p { color: rgb(123,198,1); }
H1.HeaderClassName
{
color: #7BC601;
}
.AnyTagClassName
{
color: #7BC601;
}
</style>
background-color css
<style>
a { background-color: #7BC601; }
a { background-color: rgb(123,198,1); }
div.DivClassName
{
background-color: #7BC601;
}
.BgClassName
{
background-color: #7BC601;
}
</style>
border-color css
<style>
span { border-color: #7BC601; }
span { border-color: rgb(123,198,1); }
td.TdClassName
{
border-color: #7BC601;
}
.TagClassName
{
border-color: #7BC601;
}
</style>