Shades of Lima #7BBE1F
Tints of Lima #7BBE1F
RGB
CMYK
RGB Variations
Color information
#7BBE1F (or 0x7BBE1F) is known color: Lima. HEX triplet: 7B, BE and 1F. RGB value is (123,190,31). Sum of RGB (Red+Green+Blue) = 123+190+31=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBE1F is #8441E0. Grayscale: #989898. Windows color (decimal): -8667617 or 2080379. OLE color: 2080379.
HSL color Cylindrical-coordinate representation of color #7BBE1F: hue angle of 85.28º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BBE1F is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 31 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.25 |
| HSL | 85.28º | 0.72% | 0.43% | - |
| HSV(B) | 85.28º | 0.84% | 0.75% | - |
| XYZ | 26.83 | 41.14 | 7.82 | - |
| YUV | 151.84 | 59.8 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 31 | 0.35 | 0 | 0.84 | 0.25 | 85.28 | 0.72 | 0.43 |
| Hex | 7B | BE | 1F | 23 | 0 | 54 | 19 | 55 | 48 | 2B |
| Octal | 173 | 276 | 37 | 43 | 0 | 124 | 31 | 125 | 110 | 53 |
| Binary | 1111011 | 10111110 | 11111 | 100011 | 0 | 1010100 | 11001 | 1010101 | 1001000 | 101011 |
Color Harmonies of #7BBE1F
Complementary color
Monochromatic Colors of #7BBE1F
Black with #7BBE1F
Text Example
Text Example
White with #7BBE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE1F; }
p { color: rgb(123,190,31); }
H1.HeaderClassName
{
color: #7BBE1F;
}
.AnyTagClassName
{
color: #7BBE1F;
}
</style>
background-color css
<style>
a { background-color: #7BBE1F; }
a { background-color: rgb(123,190,31); }
div.DivClassName
{
background-color: #7BBE1F;
}
.BgClassName
{
background-color: #7BBE1F;
}
</style>
border-color css
<style>
span { border-color: #7BBE1F; }
span { border-color: rgb(123,190,31); }
td.TdClassName
{
border-color: #7BBE1F;
}
.TagClassName
{
border-color: #7BBE1F;
}
</style>