Shades of Lima #7BCB0A
Tints of Lima #7BCB0A
RGB
CMYK
RGB Variations
Color information
#7BCB0A (or 0x7BCB0A) is known color: Lima. HEX triplet: 7B, CB and 0A. RGB value is (123,203,10). Sum of RGB (Red+Green+Blue) = 123+203+10=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB0A is #8434F5. Grayscale: #9D9D9D. Windows color (decimal): -8664310 or 707451. OLE color: 707451.
HSL color Cylindrical-coordinate representation of color #7BCB0A: hue angle of 84.87º degrees, saturation: 0.91, 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 #7BCB0A is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 10 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.20 |
| HSL | 84.87º | 0.91% | 0.42% | - |
| HSV(B) | 84.87º | 0.95% | 0.8% | - |
| XYZ | 29.58 | 46.94 | 7.79 | - |
| YUV | 157.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 10 | 0.39 | 0 | 0.95 | 0.20 | 84.87 | 0.91 | 0.42 |
| Hex | 7B | CB | A | 27 | 0 | 5F | 14 | 55 | 5B | 2A |
| Octal | 173 | 313 | 12 | 47 | 0 | 137 | 24 | 125 | 133 | 52 |
| Binary | 1111011 | 11001011 | 1010 | 100111 | 0 | 1011111 | 10100 | 1010101 | 1011011 | 101010 |
Color Harmonies of #7BCB0A
Complementary color
Monochromatic Colors of #7BCB0A
Black with #7BCB0A
Text Example
Text Example
White with #7BCB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB0A; }
p { color: rgb(123,203,10); }
H1.HeaderClassName
{
color: #7BCB0A;
}
.AnyTagClassName
{
color: #7BCB0A;
}
</style>
background-color css
<style>
a { background-color: #7BCB0A; }
a { background-color: rgb(123,203,10); }
div.DivClassName
{
background-color: #7BCB0A;
}
.BgClassName
{
background-color: #7BCB0A;
}
</style>
border-color css
<style>
span { border-color: #7BCB0A; }
span { border-color: rgb(123,203,10); }
td.TdClassName
{
border-color: #7BCB0A;
}
.TagClassName
{
border-color: #7BCB0A;
}
</style>