Shades of Lima #7BBE14
Tints of Lima #7BBE14
RGB
CMYK
RGB Variations
Color information
#7BBE14 (or 0x7BBE14) is known color: Lima. HEX triplet: 7B, BE and 14. RGB value is (123,190,20). Sum of RGB (Red+Green+Blue) = 123+190+20=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBE14 is #8441EB. Grayscale: #979797. Windows color (decimal): -8667628 or 1359483. OLE color: 1359483.
HSL color Cylindrical-coordinate representation of color #7BBE14: hue angle of 83.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BBE14 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 20 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.25 |
| HSL | 83.65º | 0.81% | 0.41% | - |
| HSV(B) | 83.65º | 0.89% | 0.75% | - |
| XYZ | 26.71 | 41.09 | 7.19 | - |
| YUV | 150.59 | 54.3 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 20 | 0.35 | 0 | 0.89 | 0.25 | 83.65 | 0.81 | 0.41 |
| Hex | 7B | BE | 14 | 23 | 0 | 59 | 19 | 54 | 51 | 29 |
| Octal | 173 | 276 | 24 | 43 | 0 | 131 | 31 | 124 | 121 | 51 |
| Binary | 1111011 | 10111110 | 10100 | 100011 | 0 | 1011001 | 11001 | 1010100 | 1010001 | 101001 |
Color Harmonies of #7BBE14
Complementary color
Monochromatic Colors of #7BBE14
Black with #7BBE14
Text Example
Text Example
White with #7BBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE14; }
p { color: rgb(123,190,20); }
H1.HeaderClassName
{
color: #7BBE14;
}
.AnyTagClassName
{
color: #7BBE14;
}
</style>
background-color css
<style>
a { background-color: #7BBE14; }
a { background-color: rgb(123,190,20); }
div.DivClassName
{
background-color: #7BBE14;
}
.BgClassName
{
background-color: #7BBE14;
}
</style>
border-color css
<style>
span { border-color: #7BBE14; }
span { border-color: rgb(123,190,20); }
td.TdClassName
{
border-color: #7BBE14;
}
.TagClassName
{
border-color: #7BBE14;
}
</style>