Shades of Lima #7BCB19
Tints of Lima #7BCB19
RGB
CMYK
RGB Variations
Color information
#7BCB19 (or 0x7BCB19) is known color: Lima. HEX triplet: 7B, CB and 19. RGB value is (123,203,25). Sum of RGB (Red+Green+Blue) = 123+203+25=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCB19 is #8434E6. Grayscale: #9F9F9F. Windows color (decimal): -8664295 or 1690491. OLE color: 1690491.
HSL color Cylindrical-coordinate representation of color #7BCB19: hue angle of 86.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BCB19 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 25 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.20 |
| HSL | 86.97º | 0.78% | 0.45% | - |
| HSV(B) | 86.97º | 0.88% | 0.8% | - |
| XYZ | 29.7 | 46.99 | 8.42 | - |
| YUV | 158.79 | 52.5 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 25 | 0.39 | 0 | 0.88 | 0.20 | 86.97 | 0.78 | 0.45 |
| Hex | 7B | CB | 19 | 27 | 0 | 58 | 14 | 57 | 4E | 2D |
| Octal | 173 | 313 | 31 | 47 | 0 | 130 | 24 | 127 | 116 | 55 |
| Binary | 1111011 | 11001011 | 11001 | 100111 | 0 | 1011000 | 10100 | 1010111 | 1001110 | 101101 |
Color Harmonies of #7BCB19
Complementary color
Monochromatic Colors of #7BCB19
Black with #7BCB19
Text Example
Text Example
White with #7BCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB19; }
p { color: rgb(123,203,25); }
H1.HeaderClassName
{
color: #7BCB19;
}
.AnyTagClassName
{
color: #7BCB19;
}
</style>
background-color css
<style>
a { background-color: #7BCB19; }
a { background-color: rgb(123,203,25); }
div.DivClassName
{
background-color: #7BCB19;
}
.BgClassName
{
background-color: #7BCB19;
}
</style>
border-color css
<style>
span { border-color: #7BCB19; }
span { border-color: rgb(123,203,25); }
td.TdClassName
{
border-color: #7BCB19;
}
.TagClassName
{
border-color: #7BCB19;
}
</style>