Shades of Lima #7BCB13
Tints of Lima #7BCB13
RGB
CMYK
RGB Variations
Color information
#7BCB13 (or 0x7BCB13) is known color: Lima. HEX triplet: 7B, CB and 13. RGB value is (123,203,19). Sum of RGB (Red+Green+Blue) = 123+203+19=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB13 is #8434EC. Grayscale: #9E9E9E. Windows color (decimal): -8664301 or 1297275. OLE color: 1297275.
HSL color Cylindrical-coordinate representation of color #7BCB13: hue angle of 86.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BCB13 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 19 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.20 |
| HSL | 86.09º | 0.83% | 0.44% | - |
| HSV(B) | 86.09º | 0.91% | 0.8% | - |
| XYZ | 29.64 | 46.97 | 8.12 | - |
| YUV | 158.1 | 49.5 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 19 | 0.39 | 0 | 0.91 | 0.20 | 86.09 | 0.83 | 0.44 |
| Hex | 7B | CB | 13 | 27 | 0 | 5B | 14 | 56 | 53 | 2C |
| Octal | 173 | 313 | 23 | 47 | 0 | 133 | 24 | 126 | 123 | 54 |
| Binary | 1111011 | 11001011 | 10011 | 100111 | 0 | 1011011 | 10100 | 1010110 | 1010011 | 101100 |
Color Harmonies of #7BCB13
Complementary color
Monochromatic Colors of #7BCB13
Black with #7BCB13
Text Example
Text Example
White with #7BCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB13; }
p { color: rgb(123,203,19); }
H1.HeaderClassName
{
color: #7BCB13;
}
.AnyTagClassName
{
color: #7BCB13;
}
</style>
background-color css
<style>
a { background-color: #7BCB13; }
a { background-color: rgb(123,203,19); }
div.DivClassName
{
background-color: #7BCB13;
}
.BgClassName
{
background-color: #7BCB13;
}
</style>
border-color css
<style>
span { border-color: #7BCB13; }
span { border-color: rgb(123,203,19); }
td.TdClassName
{
border-color: #7BCB13;
}
.TagClassName
{
border-color: #7BCB13;
}
</style>