Shades of Lima #7FB833
Tints of Lima #7FB833
RGB
CMYK
RGB Variations
Color information
#7FB833 (or 0x7FB833) is known color: Lima. HEX triplet: 7F, B8 and 33. RGB value is (127,184,51). Sum of RGB (Red+Green+Blue) = 127+184+51=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB833 is #8047CC. Grayscale: #989898. Windows color (decimal): -8406989 or 3389567. OLE color: 3389567.
HSL color Cylindrical-coordinate representation of color #7FB833: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FB833 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 51 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.28 |
| HSL | 85.71º | 0.57% | 0.46% | - |
| HSV(B) | 85.71º | 0.72% | 0.72% | - |
| XYZ | 26.49 | 39.03 | 9.27 | - |
| YUV | 151.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 51 | 0.31 | 0 | 0.72 | 0.28 | 85.71 | 0.57 | 0.46 |
| Hex | 7F | B8 | 33 | 1F | 0 | 48 | 1C | 56 | 39 | 2E |
| Octal | 177 | 270 | 63 | 37 | 0 | 110 | 34 | 126 | 71 | 56 |
| Binary | 1111111 | 10111000 | 110011 | 11111 | 0 | 1001000 | 11100 | 1010110 | 111001 | 101110 |
Color Harmonies of #7FB833
Complementary color
Monochromatic Colors of #7FB833
Black with #7FB833
Text Example
Text Example
White with #7FB833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB833; }
p { color: rgb(127,184,51); }
H1.HeaderClassName
{
color: #7FB833;
}
.AnyTagClassName
{
color: #7FB833;
}
</style>
background-color css
<style>
a { background-color: #7FB833; }
a { background-color: rgb(127,184,51); }
div.DivClassName
{
background-color: #7FB833;
}
.BgClassName
{
background-color: #7FB833;
}
</style>
border-color css
<style>
span { border-color: #7FB833; }
span { border-color: rgb(127,184,51); }
td.TdClassName
{
border-color: #7FB833;
}
.TagClassName
{
border-color: #7FB833;
}
</style>