Shades of Lima #7FB831
Tints of Lima #7FB831
RGB
CMYK
RGB Variations
Color information
#7FB831 (or 0x7FB831) is known color: Lima. HEX triplet: 7F, B8 and 31. RGB value is (127,184,49). Sum of RGB (Red+Green+Blue) = 127+184+49=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB831 is #8047CE. Grayscale: #989898. Windows color (decimal): -8406991 or 3258495. OLE color: 3258495.
HSL color Cylindrical-coordinate representation of color #7FB831: hue angle of 85.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FB831 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 49 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.28 |
| HSL | 85.33º | 0.58% | 0.46% | - |
| HSV(B) | 85.33º | 0.73% | 0.72% | - |
| XYZ | 26.45 | 39.01 | 9.04 | - |
| YUV | 151.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 49 | 0.31 | 0 | 0.73 | 0.28 | 85.33 | 0.58 | 0.46 |
| Hex | 7F | B8 | 31 | 1F | 0 | 49 | 1C | 55 | 3A | 2E |
| Octal | 177 | 270 | 61 | 37 | 0 | 111 | 34 | 125 | 72 | 56 |
| Binary | 1111111 | 10111000 | 110001 | 11111 | 0 | 1001001 | 11100 | 1010101 | 111010 | 101110 |
Color Harmonies of #7FB831
Complementary color
Monochromatic Colors of #7FB831
Black with #7FB831
Text Example
Text Example
White with #7FB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB831; }
p { color: rgb(127,184,49); }
H1.HeaderClassName
{
color: #7FB831;
}
.AnyTagClassName
{
color: #7FB831;
}
</style>
background-color css
<style>
a { background-color: #7FB831; }
a { background-color: rgb(127,184,49); }
div.DivClassName
{
background-color: #7FB831;
}
.BgClassName
{
background-color: #7FB831;
}
</style>
border-color css
<style>
span { border-color: #7FB831; }
span { border-color: rgb(127,184,49); }
td.TdClassName
{
border-color: #7FB831;
}
.TagClassName
{
border-color: #7FB831;
}
</style>