Shades of Lima #7BCB0B
Tints of Lima #7BCB0B
RGB
CMYK
RGB Variations
Color information
#7BCB0B (or 0x7BCB0B) is known color: Lima. HEX triplet: 7B, CB and 0B. RGB value is (123,203,11). Sum of RGB (Red+Green+Blue) = 123+203+11=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB0B is #8434F4. Grayscale: #9D9D9D. Windows color (decimal): -8664309 or 772987. OLE color: 772987.
HSL color Cylindrical-coordinate representation of color #7BCB0B: hue angle of 85º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BCB0B is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 11 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.20 |
| HSL | 85º | 0.9% | 0.42% | - |
| HSV(B) | 85º | 0.95% | 0.8% | - |
| XYZ | 29.58 | 46.95 | 7.82 | - |
| YUV | 157.19 | 45.5 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 11 | 0.39 | 0 | 0.95 | 0.20 | 85 | 0.9 | 0.42 |
| Hex | 7B | CB | B | 27 | 0 | 5F | 14 | 55 | 5A | 2A |
| Octal | 173 | 313 | 13 | 47 | 0 | 137 | 24 | 125 | 132 | 52 |
| Binary | 1111011 | 11001011 | 1011 | 100111 | 0 | 1011111 | 10100 | 1010101 | 1011010 | 101010 |
Color Harmonies of #7BCB0B
Complementary color
Monochromatic Colors of #7BCB0B
Black with #7BCB0B
Text Example
Text Example
White with #7BCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB0B; }
p { color: rgb(123,203,11); }
H1.HeaderClassName
{
color: #7BCB0B;
}
.AnyTagClassName
{
color: #7BCB0B;
}
</style>
background-color css
<style>
a { background-color: #7BCB0B; }
a { background-color: rgb(123,203,11); }
div.DivClassName
{
background-color: #7BCB0B;
}
.BgClassName
{
background-color: #7BCB0B;
}
</style>
border-color css
<style>
span { border-color: #7BCB0B; }
span { border-color: rgb(123,203,11); }
td.TdClassName
{
border-color: #7BCB0B;
}
.TagClassName
{
border-color: #7BCB0B;
}
</style>