Shades of Lima #7FB82C
Tints of Lima #7FB82C
RGB
CMYK
RGB Variations
Color information
#7FB82C (or 0x7FB82C) is known color: Lima. HEX triplet: 7F, B8 and 2C. RGB value is (127,184,44). Sum of RGB (Red+Green+Blue) = 127+184+44=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB82C is #8047D3. Grayscale: #979797. Windows color (decimal): -8406996 or 2930815. OLE color: 2930815.
HSL color Cylindrical-coordinate representation of color #7FB82C: hue angle of 84.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FB82C is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 44 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.28 |
| HSL | 84.43º | 0.61% | 0.45% | - |
| HSV(B) | 84.43º | 0.76% | 0.72% | - |
| XYZ | 26.35 | 38.97 | 8.52 | - |
| YUV | 151 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 44 | 0.31 | 0 | 0.76 | 0.28 | 84.43 | 0.61 | 0.45 |
| Hex | 7F | B8 | 2C | 1F | 0 | 4C | 1C | 54 | 3D | 2D |
| Octal | 177 | 270 | 54 | 37 | 0 | 114 | 34 | 124 | 75 | 55 |
| Binary | 1111111 | 10111000 | 101100 | 11111 | 0 | 1001100 | 11100 | 1010100 | 111101 | 101101 |
Color Harmonies of #7FB82C
Complementary color
Monochromatic Colors of #7FB82C
Black with #7FB82C
Text Example
Text Example
White with #7FB82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB82C; }
p { color: rgb(127,184,44); }
H1.HeaderClassName
{
color: #7FB82C;
}
.AnyTagClassName
{
color: #7FB82C;
}
</style>
background-color css
<style>
a { background-color: #7FB82C; }
a { background-color: rgb(127,184,44); }
div.DivClassName
{
background-color: #7FB82C;
}
.BgClassName
{
background-color: #7FB82C;
}
</style>
border-color css
<style>
span { border-color: #7FB82C; }
span { border-color: rgb(127,184,44); }
td.TdClassName
{
border-color: #7FB82C;
}
.TagClassName
{
border-color: #7FB82C;
}
</style>