Shades of Lima #7BCB1D
Tints of Lima #7BCB1D
RGB
CMYK
RGB Variations
Color information
#7BCB1D (or 0x7BCB1D) is known color: Lima. HEX triplet: 7B, CB and 1D. RGB value is (123,203,29). Sum of RGB (Red+Green+Blue) = 123+203+29=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB1D is #8434E2. Grayscale: #9F9F9F. Windows color (decimal): -8664291 or 1952635. OLE color: 1952635.
HSL color Cylindrical-coordinate representation of color #7BCB1D: hue angle of 87.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BCB1D is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 29 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.20 |
| HSL | 87.59º | 0.75% | 0.45% | - |
| HSV(B) | 87.59º | 0.86% | 0.8% | - |
| XYZ | 29.75 | 47.01 | 8.67 | - |
| YUV | 159.24 | 54.5 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 29 | 0.39 | 0 | 0.86 | 0.20 | 87.59 | 0.75 | 0.45 |
| Hex | 7B | CB | 1D | 27 | 0 | 56 | 14 | 58 | 4B | 2D |
| Octal | 173 | 313 | 35 | 47 | 0 | 126 | 24 | 130 | 113 | 55 |
| Binary | 1111011 | 11001011 | 11101 | 100111 | 0 | 1010110 | 10100 | 1011000 | 1001011 | 101101 |
Color Harmonies of #7BCB1D
Complementary color
Monochromatic Colors of #7BCB1D
Black with #7BCB1D
Text Example
Text Example
White with #7BCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB1D; }
p { color: rgb(123,203,29); }
H1.HeaderClassName
{
color: #7BCB1D;
}
.AnyTagClassName
{
color: #7BCB1D;
}
</style>
background-color css
<style>
a { background-color: #7BCB1D; }
a { background-color: rgb(123,203,29); }
div.DivClassName
{
background-color: #7BCB1D;
}
.BgClassName
{
background-color: #7BCB1D;
}
</style>
border-color css
<style>
span { border-color: #7BCB1D; }
span { border-color: rgb(123,203,29); }
td.TdClassName
{
border-color: #7BCB1D;
}
.TagClassName
{
border-color: #7BCB1D;
}
</style>