Shades of Lima #7BBE0F
Tints of Lima #7BBE0F
RGB
CMYK
RGB Variations
Color information
#7BBE0F (or 0x7BBE0F) is known color: Lima. HEX triplet: 7B, BE and 0F. RGB value is (123,190,15). Sum of RGB (Red+Green+Blue) = 123+190+15=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBE0F is #8441F0. Grayscale: #969696. Windows color (decimal): -8667633 or 1031803. OLE color: 1031803.
HSL color Cylindrical-coordinate representation of color #7BBE0F: hue angle of 82.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BBE0F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 15 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.25 |
| HSL | 82.97º | 0.85% | 0.4% | - |
| HSV(B) | 82.97º | 0.92% | 0.75% | - |
| XYZ | 26.67 | 41.07 | 6.97 | - |
| YUV | 150.02 | 51.8 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 15 | 0.35 | 0 | 0.92 | 0.25 | 82.97 | 0.85 | 0.4 |
| Hex | 7B | BE | F | 23 | 0 | 5C | 19 | 53 | 55 | 28 |
| Octal | 173 | 276 | 17 | 43 | 0 | 134 | 31 | 123 | 125 | 50 |
| Binary | 1111011 | 10111110 | 1111 | 100011 | 0 | 1011100 | 11001 | 1010011 | 1010101 | 101000 |
Color Harmonies of #7BBE0F
Complementary color
Monochromatic Colors of #7BBE0F
Black with #7BBE0F
Text Example
Text Example
White with #7BBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE0F; }
p { color: rgb(123,190,15); }
H1.HeaderClassName
{
color: #7BBE0F;
}
.AnyTagClassName
{
color: #7BBE0F;
}
</style>
background-color css
<style>
a { background-color: #7BBE0F; }
a { background-color: rgb(123,190,15); }
div.DivClassName
{
background-color: #7BBE0F;
}
.BgClassName
{
background-color: #7BBE0F;
}
</style>
border-color css
<style>
span { border-color: #7BBE0F; }
span { border-color: rgb(123,190,15); }
td.TdClassName
{
border-color: #7BBE0F;
}
.TagClassName
{
border-color: #7BBE0F;
}
</style>