Shades of Lima #7FB52C
Tints of Lima #7FB52C
RGB
CMYK
RGB Variations
Color information
#7FB52C (or 0x7FB52C) is known color: Lima. HEX triplet: 7F, B5 and 2C. RGB value is (127,181,44). Sum of RGB (Red+Green+Blue) = 127+181+44=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB52C is #804AD3. Grayscale: #959595. Windows color (decimal): -8407764 or 2930047. OLE color: 2930047.
HSL color Cylindrical-coordinate representation of color #7FB52C: hue angle of 83.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FB52C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 44 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.29 |
| HSL | 83.65º | 0.61% | 0.44% | - |
| HSV(B) | 83.65º | 0.76% | 0.71% | - |
| XYZ | 25.73 | 37.74 | 8.31 | - |
| YUV | 149.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 44 | 0.30 | 0 | 0.76 | 0.29 | 83.65 | 0.61 | 0.44 |
| Hex | 7F | B5 | 2C | 1E | 0 | 4C | 1D | 54 | 3D | 2C |
| Octal | 177 | 265 | 54 | 36 | 0 | 114 | 35 | 124 | 75 | 54 |
| Binary | 1111111 | 10110101 | 101100 | 11110 | 0 | 1001100 | 11101 | 1010100 | 111101 | 101100 |
Color Harmonies of #7FB52C
Complementary color
Monochromatic Colors of #7FB52C
Black with #7FB52C
Text Example
Text Example
White with #7FB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB52C; }
p { color: rgb(127,181,44); }
H1.HeaderClassName
{
color: #7FB52C;
}
.AnyTagClassName
{
color: #7FB52C;
}
</style>
background-color css
<style>
a { background-color: #7FB52C; }
a { background-color: rgb(127,181,44); }
div.DivClassName
{
background-color: #7FB52C;
}
.BgClassName
{
background-color: #7FB52C;
}
</style>
border-color css
<style>
span { border-color: #7FB52C; }
span { border-color: rgb(127,181,44); }
td.TdClassName
{
border-color: #7FB52C;
}
.TagClassName
{
border-color: #7FB52C;
}
</style>