Shades of Lima #7BC31F
Tints of Lima #7BC31F
RGB
CMYK
RGB Variations
Color information
#7BC31F (or 0x7BC31F) is known color: Lima. HEX triplet: 7B, C3 and 1F. RGB value is (123,195,31). Sum of RGB (Red+Green+Blue) = 123+195+31=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC31F is #843CE0. Grayscale: #9B9B9B. Windows color (decimal): -8666337 or 2081659. OLE color: 2081659.
HSL color Cylindrical-coordinate representation of color #7BC31F: hue angle of 86.34º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BC31F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 195 | 31 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.24 |
| HSL | 86.34º | 0.73% | 0.44% | - |
| HSV(B) | 86.34º | 0.84% | 0.76% | - |
| XYZ | 27.93 | 43.34 | 8.19 | - |
| YUV | 154.78 | 58.15 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 195 | 31 | 0.37 | 0 | 0.84 | 0.24 | 86.34 | 0.73 | 0.44 |
| Hex | 7B | C3 | 1F | 25 | 0 | 54 | 18 | 56 | 49 | 2C |
| Octal | 173 | 303 | 37 | 45 | 0 | 124 | 30 | 126 | 111 | 54 |
| Binary | 1111011 | 11000011 | 11111 | 100101 | 0 | 1010100 | 11000 | 1010110 | 1001001 | 101100 |
Color Harmonies of #7BC31F
Complementary color
Monochromatic Colors of #7BC31F
Black with #7BC31F
Text Example
Text Example
White with #7BC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC31F; }
p { color: rgb(123,195,31); }
H1.HeaderClassName
{
color: #7BC31F;
}
.AnyTagClassName
{
color: #7BC31F;
}
</style>
background-color css
<style>
a { background-color: #7BC31F; }
a { background-color: rgb(123,195,31); }
div.DivClassName
{
background-color: #7BC31F;
}
.BgClassName
{
background-color: #7BC31F;
}
</style>
border-color css
<style>
span { border-color: #7BC31F; }
span { border-color: rgb(123,195,31); }
td.TdClassName
{
border-color: #7BC31F;
}
.TagClassName
{
border-color: #7BC31F;
}
</style>