Shades of Lima #7FBF2C
Tints of Lima #7FBF2C
RGB
CMYK
RGB Variations
Color information
#7FBF2C (or 0x7FBF2C) is known color: Lima. HEX triplet: 7F, BF and 2C. RGB value is (127,191,44). Sum of RGB (Red+Green+Blue) = 127+191+44=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF2C is #8040D3. Grayscale: #9B9B9B. Windows color (decimal): -8405204 or 2932607. OLE color: 2932607.
HSL color Cylindrical-coordinate representation of color #7FBF2C: hue angle of 86.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FBF2C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 44 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.25 |
| HSL | 86.12º | 0.63% | 0.46% | - |
| HSV(B) | 86.12º | 0.77% | 0.75% | - |
| XYZ | 27.84 | 41.96 | 9.01 | - |
| YUV | 155.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 44 | 0.34 | 0 | 0.77 | 0.25 | 86.12 | 0.63 | 0.46 |
| Hex | 7F | BF | 2C | 22 | 0 | 4D | 19 | 56 | 3F | 2E |
| Octal | 177 | 277 | 54 | 42 | 0 | 115 | 31 | 126 | 77 | 56 |
| Binary | 1111111 | 10111111 | 101100 | 100010 | 0 | 1001101 | 11001 | 1010110 | 111111 | 101110 |
Color Harmonies of #7FBF2C
Complementary color
Monochromatic Colors of #7FBF2C
Black with #7FBF2C
Text Example
Text Example
White with #7FBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF2C; }
p { color: rgb(127,191,44); }
H1.HeaderClassName
{
color: #7FBF2C;
}
.AnyTagClassName
{
color: #7FBF2C;
}
</style>
background-color css
<style>
a { background-color: #7FBF2C; }
a { background-color: rgb(127,191,44); }
div.DivClassName
{
background-color: #7FBF2C;
}
.BgClassName
{
background-color: #7FBF2C;
}
</style>
border-color css
<style>
span { border-color: #7FBF2C; }
span { border-color: rgb(127,191,44); }
td.TdClassName
{
border-color: #7FBF2C;
}
.TagClassName
{
border-color: #7FBF2C;
}
</style>